Color spaces of #f4cfd9
RGB | 244 | 207 | 217 |
---|---|---|---|
HSL | 0.95 | 0.63 | 0.88 |
HSV | 344° | 15° | 96° |
CMYK | 0.00 | 0.15 | 0.11 0.04 |
XYZ | 72.1454 | 68.8685 | 75.1361 |
Yxy | 68.8685 | 0.3338 | 0.3186 |
Hunter Lab | 82.9870 | 9.9530 | 4.4100 |
CIE-Lab | 86.4389 | 14.5531 | -0.1177 |
#f4cfd9 color RGB value is (244,207,217).
#f4cfd9 hex color red value is 244, green value is 207 and the blue value of its RGB is 217. Cylindrical-coordinate representations (also known as HSL) of color #f4cfd9 hue: 0.95 , saturation: 0.63 and the lightness value of f4cfd9 is 0.88.
The process color (four color CMYK) of #f4cfd9 color hex is 0.00, 0.15, 0.11, 0.04. Web safe color of #f4cfd9 is #ffcccc. Color #f4cfd9 contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11110100 | 11001111 | 11011001 |
Octal | 364 | 317 | 331 |
Decimal | 244 | 207 | 217 |
Hex | F4 | CF | D9 |
Shades of #f4cfd9
Tints of #f4cfd9
RGB Percentages of Color #f4cfd9
CMYK Percentages of Color #f4cfd9
Complementary Color
#f4cfd9 | #cff4ea |
#f4cfd9 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#f4cfd9 Color Preview on White Background
Lorem ipsum dolor sit amet.
#f4cfd9 Color CSS Codes
.mybgcolor {background-color:#f4cfd9; } .myforecolor {color:#f4cfd9; } .mybordercolor {border:3px solid #f4cfd9; }
#f4cfd9 Text Font Color
<p style="color:#f4cfd9">Text here</p>
This sample text font color is #f4cfd9
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.
#f4cfd9 Background Color
<div style="background-color:#f4cfd9">
Div content here</div>
This div background color is #f4cfd9
#f4cfd9 Border Color
<div style="border:3px solid #f4cfd9">
Div here</div>
This div border color is #f4cfd9
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(244,207,217, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #f4cfd9; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #f4cfd9; -webkit-box-shadow: 1px 1px 3px 2px #f4cfd9; box-shadow: 1px 1px 3px 2px #f4cfd9; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(244,207,217, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #f4cfd9">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #f4cfd9; -webkit-box-shadow: 1px 1px 3px 2px #f4cfd9; box-shadow: 1px 1px 3px 2px #f4cfd9;">
Div content here</div>
This div box has shadow with color #f4cfd9
#f4cfd9 Color Palettes
Comments
No comments written yet.
Please login to write comment.