Shades of Classic Rose #F9CAE5
Tints of Classic Rose #F9CAE5
RGB
CMYK
RGB Variations
Color information
#F9CAE5 (or 0xF9CAE5) is known color: Classic Rose. HEX triplet: F9, CA and E5. RGB value is (249,202,229). Sum of RGB (Red+Green+Blue) = 249+202+229=680 (90% of max value = 765). Red value is 249 (97.66% from 255 or 36.62% from 680); Green value is 202 (79.30% from 255 or 29.71% from 680); Blue value is 229 (89.84% from 255 or 33.68% from 680); Max value from RGB is 249 - color contains mainly: red. Hex color #F9CAE5 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F9CAE5 is #06351A. Grayscale: #DBDBDB. Windows color (decimal): -406811 or 15059705. OLE color: 15059705.
HSL color Cylindrical-coordinate representation of color #F9CAE5: hue angle of 325.53º 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 #F9CAE5 is Cyan = 0, Magento = 0.19, Yellow = 0.08 and Black (K on CMYK) = 0.02.
Color convert
RGB | 249 | 202 | 229 | - |
CMYK | 0 | 0.19 | 0.08 | 0.02 |
HSL | 325.53º | 0.8% | 0.88% | - |
HSV(B) | 325.53º | 0.19% | 0.98% | - |
XYZ | 74.33 | 68.04 | 83.34 | - |
YUV | 219.13 | 133.57 | 149.3 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 249 | 202 | 229 | 0 | 0.19 | 0.08 | 0.02 | 325.53 | 0.8 | 0.88 |
Hex | F9 | CA | E5 | 0 | 13 | 8 | 2 | 146 | 50 | 58 |
Octal | 371 | 312 | 345 | 0 | 23 | 10 | 2 | 506 | 120 | 130 |
Binary | 11111001 | 11001010 | 11100101 | 0 | 10011 | 1000 | 10 | 101000110 | 1010000 | 1011000 |
Color Harmonies of #F9CAE5
Complementary color
Monochromatic Colors of #F9CAE5
Black with #F9CAE5
Text Example
Text Example
White with #F9CAE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9CAE5; }
p { color: rgb(249,202,229); }
H1.HeaderClassName
{
color: #F9CAE5;
}
.AnyTagClassName
{
color: #F9CAE5;
}
</style>
background-color css
<style>
a { background-color: #F9CAE5; }
a { background-color: rgb(249,202,229); }
div.DivClassName
{
background-color: #F9CAE5;
}
.BgClassName
{
background-color: #F9CAE5;
}
</style>
border-color css
<style>
span { border-color: #F9CAE5; }
span { border-color: rgb(249,202,229); }
td.TdClassName
{
border-color: #F9CAE5;
}
.TagClassName
{
border-color: #F9CAE5;
}
</style>