Shades of Classic Rose #F9CAEC
Tints of Classic Rose #F9CAEC
RGB
CMYK
RGB Variations
Color information
#F9CAEC (or 0xF9CAEC) is known color: Classic Rose. HEX triplet: F9, CA and EC. RGB value is (249,202,236). Sum of RGB (Red+Green+Blue) = 249+202+236=687 (90% of max value = 765). Red value is 249 (97.66% from 255 or 36.24% from 687); Green value is 202 (79.30% from 255 or 29.40% from 687); Blue value is 236 (92.58% from 255 or 34.35% from 687); Max value from RGB is 249 - color contains mainly: red. Hex color #F9CAEC is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F9CAEC is #063513. Grayscale: #DBDBDB. Windows color (decimal): -406804 or 15518457. OLE color: 15518457.
HSL color Cylindrical-coordinate representation of color #F9CAEC: hue angle of 316.6º degrees, saturation: 0.8, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #F9CAEC is Cyan = 0, Magento = 0.19, Yellow = 0.05 and Black (K on CMYK) = 0.02.
Color convert
RGB | 249 | 202 | 236 | - |
CMYK | 0 | 0.19 | 0.05 | 0.02 |
HSL | 316.6º | 0.8% | 0.88% | - |
HSV(B) | 316.6º | 0.19% | 0.98% | - |
XYZ | 75.33 | 68.44 | 88.6 | - |
YUV | 219.93 | 137.07 | 148.74 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 249 | 202 | 236 | 0 | 0.19 | 0.05 | 0.02 | 316.6 | 0.8 | 0.88 |
Hex | F9 | CA | EC | 0 | 13 | 5 | 2 | 13D | 50 | 58 |
Octal | 371 | 312 | 354 | 0 | 23 | 5 | 2 | 475 | 120 | 130 |
Binary | 11111001 | 11001010 | 11101100 | 0 | 10011 | 101 | 10 | 100111101 | 1010000 | 1011000 |
Color Harmonies of #F9CAEC
Complementary color
Monochromatic Colors of #F9CAEC
Black with #F9CAEC
Text Example
Text Example
White with #F9CAEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9CAEC; }
p { color: rgb(249,202,236); }
H1.HeaderClassName
{
color: #F9CAEC;
}
.AnyTagClassName
{
color: #F9CAEC;
}
</style>
background-color css
<style>
a { background-color: #F9CAEC; }
a { background-color: rgb(249,202,236); }
div.DivClassName
{
background-color: #F9CAEC;
}
.BgClassName
{
background-color: #F9CAEC;
}
</style>
border-color css
<style>
span { border-color: #F9CAEC; }
span { border-color: rgb(249,202,236); }
td.TdClassName
{
border-color: #F9CAEC;
}
.TagClassName
{
border-color: #F9CAEC;
}
</style>