Color spaces of #f4d5db
RGB | 244 | 213 | 219 |
---|---|---|---|
HSL | 0.97 | 0.58 | 0.90 |
HSV | 348° | 13° | 96° |
CMYK | 0.00 | 0.13 | 0.10 0.04 |
XYZ | 73.8887 | 71.9361 | 77.0085 |
Yxy | 71.9361 | 0.3316 | 0.3228 |
Hunter Lab | 84.8152 | 7.0779 | 5.5378 |
CIE-Lab | 87.9378 | 11.7366 | 1.0106 |
#f4d5db color RGB value is (244,213,219).
#f4d5db hex color red value is 244, green value is 213 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #f4d5db hue: 0.97 , saturation: 0.58 and the lightness value of f4d5db is 0.90.
The process color (four color CMYK) of #f4d5db color hex is 0.00, 0.13, 0.10, 0.04. Web safe color of #f4d5db is #ffcccc. Color #f4d5db contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11110100 | 11010101 | 11011011 |
Octal | 364 | 325 | 333 |
Decimal | 244 | 213 | 219 |
Hex | F4 | D5 | DB |
Shades of #f4d5db
Tints of #f4d5db
RGB Percentages of Color #f4d5db
CMYK Percentages of Color #f4d5db
Complementary Color
#f4d5db | #d5f4ee |
#f4d5db Color Preview on Black Background
Lorem ipsum dolor sit amet.
#f4d5db Color Preview on White Background
Lorem ipsum dolor sit amet.
#f4d5db Color CSS Codes
.mybgcolor {background-color:#f4d5db; } .myforecolor {color:#f4d5db; } .mybordercolor {border:3px solid #f4d5db; }
#f4d5db Text Font Color
<p style="color:#f4d5db">Text here</p>
This sample text font color is #f4d5db
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.
#f4d5db Background Color
<div style="background-color:#f4d5db">
Div content here</div>
This div background color is #f4d5db
#f4d5db Border Color
<div style="border:3px solid #f4d5db">
Div here</div>
This div border color is #f4d5db
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(244,213,219, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #f4d5db; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #f4d5db; -webkit-box-shadow: 1px 1px 3px 2px #f4d5db; box-shadow: 1px 1px 3px 2px #f4d5db; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(244,213,219, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #f4d5db">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #f4d5db; -webkit-box-shadow: 1px 1px 3px 2px #f4d5db; box-shadow: 1px 1px 3px 2px #f4d5db;">
Div content here</div>
This div box has shadow with color #f4d5db
Comments
No comments written yet.
Please login to write comment.