Color spaces of #f0afca
RGB | 240 | 175 | 202 |
---|---|---|---|
HSL | 0.93 | 0.68 | 0.81 |
HSV | 335° | 27° | 94° |
CMYK | 0.00 | 0.27 | 0.16 0.06 |
XYZ | 61.9258 | 53.4495 | 62.9301 |
Yxy | 53.4495 | 0.3473 | 0.2998 |
Hunter Lab | 73.1092 | 23.2542 | 0.1414 |
CIE-Lab | 78.1396 | 27.6844 | -4.2856 |
#f0afca color RGB value is (240,175,202).
#f0afca hex color red value is 240, green value is 175 and the blue value of its RGB is 202. Cylindrical-coordinate representations (also known as HSL) of color #f0afca hue: 0.93 , saturation: 0.68 and the lightness value of f0afca is 0.81.
The process color (four color CMYK) of #f0afca color hex is 0.00, 0.27, 0.16, 0.06. Web safe color of #f0afca is #ff99cc. Color #f0afca contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11110000 | 10101111 | 11001010 |
Octal | 360 | 257 | 312 |
Decimal | 240 | 175 | 202 |
Hex | F0 | AF | CA |
Shades of #f0afca
Tints of #f0afca
RGB Percentages of Color #f0afca
CMYK Percentages of Color #f0afca
Complementary Color
#f0afca | #aff0d5 |
#f0afca Color Preview on Black Background
Lorem ipsum dolor sit amet.
#f0afca Color Preview on White Background
Lorem ipsum dolor sit amet.
#f0afca Color CSS Codes
.mybgcolor {background-color:#f0afca; } .myforecolor {color:#f0afca; } .mybordercolor {border:3px solid #f0afca; }
#f0afca Text Font Color
<p style="color:#f0afca">Text here</p>
This sample text font color is #f0afca
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.
#f0afca Background Color
<div style="background-color:#f0afca">
Div content here</div>
This div background color is #f0afca
#f0afca Border Color
<div style="border:3px solid #f0afca">
Div here</div>
This div border color is #f0afca
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(240,175,202, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #f0afca; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #f0afca; -webkit-box-shadow: 1px 1px 3px 2px #f0afca; box-shadow: 1px 1px 3px 2px #f0afca; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(240,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 #f0afca">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #f0afca; -webkit-box-shadow: 1px 1px 3px 2px #f0afca; box-shadow: 1px 1px 3px 2px #f0afca;">
Div content here</div>
This div box has shadow with color #f0afca
Comments
No comments written yet.
Please login to write comment.