Shades of Classic Rose #F9CAE6
Tints of Classic Rose #F9CAE6
RGB
CMYK
RGB Variations
Color information
#F9CAE6 (or 0xF9CAE6) is known color: Classic Rose. HEX triplet: F9, CA and E6. RGB value is (249,202,230). Sum of RGB (Red+Green+Blue) = 249+202+230=681 (90% of max value = 765). Red value is 249 (97.66% from 255 or 36.56% from 681); Green value is 202 (79.30% from 255 or 29.66% from 681); Blue value is 230 (90.23% from 255 or 33.77% from 681); Max value from RGB is 249 - color contains mainly: red. Hex color #F9CAE6 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F9CAE6 is #063519. Grayscale: #DBDBDB. Windows color (decimal): -406810 or 15125241. OLE color: 15125241.
HSL color Cylindrical-coordinate representation of color #F9CAE6: hue angle of 324.26º 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 #F9CAE6 is Cyan = 0, Magento = 0.19, Yellow = 0.08 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 202 | 230 | - |
| CMYK | 0 | 0.19 | 0.08 | 0.02 |
| HSL | 324.26º | 0.8% | 0.88% | - |
| HSV(B) | 324.26º | 0.19% | 0.98% | - |
| XYZ | 74.47 | 68.09 | 84.08 | - |
| YUV | 219.25 | 134.07 | 149.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 202 | 230 | 0 | 0.19 | 0.08 | 0.02 | 324.26 | 0.8 | 0.88 |
| Hex | F9 | CA | E6 | 0 | 13 | 8 | 2 | 144 | 50 | 58 |
| Octal | 371 | 312 | 346 | 0 | 23 | 10 | 2 | 504 | 120 | 130 |
| Binary | 11111001 | 11001010 | 11100110 | 0 | 10011 | 1000 | 10 | 101000100 | 1010000 | 1011000 |
Color Harmonies of #F9CAE6
Complementary color
Monochromatic Colors of #F9CAE6
Black with #F9CAE6
Text Example
Text Example
White with #F9CAE6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9CAE6; }
p { color: rgb(249,202,230); }
H1.HeaderClassName
{
color: #F9CAE6;
}
.AnyTagClassName
{
color: #F9CAE6;
}
</style>
background-color css
<style>
a { background-color: #F9CAE6; }
a { background-color: rgb(249,202,230); }
div.DivClassName
{
background-color: #F9CAE6;
}
.BgClassName
{
background-color: #F9CAE6;
}
</style>
border-color css
<style>
span { border-color: #F9CAE6; }
span { border-color: rgb(249,202,230); }
td.TdClassName
{
border-color: #F9CAE6;
}
.TagClassName
{
border-color: #F9CAE6;
}
</style>