Color spaces of #f4afca
RGB | 244 | 175 | 202 |
---|---|---|---|
HSL | 0.93 | 0.76 | 0.82 |
HSV | 337° | 28° | 96° |
CMYK | 0.00 | 0.28 | 0.17 0.04 |
XYZ | 63.2989 | 54.1573 | 62.9943 |
Yxy | 54.1573 | 0.3508 | 0.3001 |
Hunter Lab | 73.5916 | 24.7491 | 0.7620 |
CIE-Lab | 78.5534 | 29.0815 | -3.6289 |
#f4afca color RGB value is (244,175,202).
#f4afca hex color red value is 244, green value is 175 and the blue value of its RGB is 202. Cylindrical-coordinate representations (also known as HSL) of color #f4afca hue: 0.93 , saturation: 0.76 and the lightness value of f4afca is 0.82.
The process color (four color CMYK) of #f4afca color hex is 0.00, 0.28, 0.17, 0.04. Web safe color of #f4afca is #ff99cc. Color #f4afca contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11110100 | 10101111 | 11001010 |
Octal | 364 | 257 | 312 |
Decimal | 244 | 175 | 202 |
Hex | F4 | AF | CA |
Shades of #f4afca
Tints of #f4afca
RGB Percentages of Color #f4afca
CMYK Percentages of Color #f4afca
Complementary Color
#f4afca | #aff4d9 |
#f4afca Color Preview on Black Background
Lorem ipsum dolor sit amet.
#f4afca Color Preview on White Background
Lorem ipsum dolor sit amet.
#f4afca Color CSS Codes
.mybgcolor {background-color:#f4afca; } .myforecolor {color:#f4afca; } .mybordercolor {border:3px solid #f4afca; }
#f4afca Text Font Color
<p style="color:#f4afca">Text here</p>
This sample text font color is #f4afca
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.
#f4afca Background Color
<div style="background-color:#f4afca">
Div content here</div>
This div background color is #f4afca
#f4afca Border Color
<div style="border:3px solid #f4afca">
Div here</div>
This div border color is #f4afca
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(244,175,202, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #f4afca; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #f4afca; -webkit-box-shadow: 1px 1px 3px 2px #f4afca; box-shadow: 1px 1px 3px 2px #f4afca; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(244,175,202, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #f4afca">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #f4afca; -webkit-box-shadow: 1px 1px 3px 2px #f4afca; box-shadow: 1px 1px 3px 2px #f4afca;">
Div content here</div>
This div box has shadow with color #f4afca
#f4afca Color Palettes
Comments
No comments written yet.
Please login to write comment.