Shades of Classic Rose #FFCAE9
Tints of Classic Rose #FFCAE9
RGB
CMYK
RGB Variations
Color information
#FFCAE9 (or 0xFFCAE9) is known color: Classic Rose. HEX triplet: FF, CA and E9. RGB value is (255,202,233). Sum of RGB (Red+Green+Blue) = 255+202+233=690 (91% of max value = 765). Red value is 255 (100% from 255 or 36.96% from 690); Green value is 202 (79.30% from 255 or 29.28% from 690); Blue value is 233 (91.41% from 255 or 33.77% from 690); Max value from RGB is 255 - color contains mainly: red. Hex color #FFCAE9 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FFCAE9 is #003516. Grayscale: #DDDDDD. Windows color (decimal): -13591 or 15321855. OLE color: 15321855.
HSL color Cylindrical-coordinate representation of color #FFCAE9: hue angle of 324.91º 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 #FFCAE9 is Cyan = 0, Magento = 0.21, Yellow = 0.09 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 202 | 233 | - |
| CMYK | 0 | 0.21 | 0.09 | 0 |
| HSL | 324.91º | 1% | 0.9% | - |
| HSV(B) | 324.91º | 0.21% | 1% | - |
| XYZ | 77.07 | 69.38 | 86.42 | - |
| YUV | 221.38 | 134.56 | 151.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 202 | 233 | 0 | 0.21 | 0.09 | 0 | 324.91 | 1 | 0.9 |
| Hex | FF | CA | E9 | 0 | 15 | 9 | 0 | 145 | 64 | 5A |
| Octal | 377 | 312 | 351 | 0 | 25 | 11 | 0 | 505 | 144 | 132 |
| Binary | 11111111 | 11001010 | 11101001 | 0 | 10101 | 1001 | 0 | 101000101 | 1100100 | 1011010 |
Color Harmonies of #FFCAE9
Complementary color
Monochromatic Colors of #FFCAE9
Black with #FFCAE9
Text Example
Text Example
White with #FFCAE9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFCAE9; }
p { color: rgb(255,202,233); }
H1.HeaderClassName
{
color: #FFCAE9;
}
.AnyTagClassName
{
color: #FFCAE9;
}
</style>
background-color css
<style>
a { background-color: #FFCAE9; }
a { background-color: rgb(255,202,233); }
div.DivClassName
{
background-color: #FFCAE9;
}
.BgClassName
{
background-color: #FFCAE9;
}
</style>
border-color css
<style>
span { border-color: #FFCAE9; }
span { border-color: rgb(255,202,233); }
td.TdClassName
{
border-color: #FFCAE9;
}
.TagClassName
{
border-color: #FFCAE9;
}
</style>