Shades of Classic Rose #FFCAE0
Tints of Classic Rose #FFCAE0
RGB
CMYK
RGB Variations
Color information
#FFCAE0 (or 0xFFCAE0) is known color: Classic Rose. HEX triplet: FF, CA and E0. RGB value is (255,202,224). Sum of RGB (Red+Green+Blue) = 255+202+224=681 (90% of max value = 765). Red value is 255 (100% from 255 or 37.44% from 681); Green value is 202 (79.30% from 255 or 29.66% from 681); Blue value is 224 (87.89% from 255 or 32.89% from 681); Max value from RGB is 255 - color contains mainly: red. Hex color #FFCAE0 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FFCAE0 is #00351F. Grayscale: #DCDCDC. Windows color (decimal): -13600 or 14732031. OLE color: 14732031.
HSL color Cylindrical-coordinate representation of color #FFCAE0: hue angle of 335.09º degrees, saturation: 1, lightness: 0.9%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #FFCAE0 is Cyan = 0, Magento = 0.21, Yellow = 0.12 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 202 | 224 | - |
| CMYK | 0 | 0.21 | 0.12 | 0 |
| HSL | 335.09º | 1% | 0.9% | - |
| HSV(B) | 335.09º | 0.21% | 1% | - |
| XYZ | 75.82 | 68.88 | 79.82 | - |
| YUV | 220.36 | 130.06 | 152.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 202 | 224 | 0 | 0.21 | 0.12 | 0 | 335.09 | 1 | 0.9 |
| Hex | FF | CA | E0 | 0 | 15 | C | 0 | 14F | 64 | 5A |
| Octal | 377 | 312 | 340 | 0 | 25 | 14 | 0 | 517 | 144 | 132 |
| Binary | 11111111 | 11001010 | 11100000 | 0 | 10101 | 1100 | 0 | 101001111 | 1100100 | 1011010 |
Color Harmonies of #FFCAE0
Complementary color
Monochromatic Colors of #FFCAE0
Black with #FFCAE0
Text Example
Text Example
White with #FFCAE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFCAE0; }
p { color: rgb(255,202,224); }
H1.HeaderClassName
{
color: #FFCAE0;
}
.AnyTagClassName
{
color: #FFCAE0;
}
</style>
background-color css
<style>
a { background-color: #FFCAE0; }
a { background-color: rgb(255,202,224); }
div.DivClassName
{
background-color: #FFCAE0;
}
.BgClassName
{
background-color: #FFCAE0;
}
</style>
border-color css
<style>
span { border-color: #FFCAE0; }
span { border-color: rgb(255,202,224); }
td.TdClassName
{
border-color: #FFCAE0;
}
.TagClassName
{
border-color: #FFCAE0;
}
</style>