Shades of Classic Rose #FFCAE5
Tints of Classic Rose #FFCAE5
RGB
CMYK
RGB Variations
Color information
#FFCAE5 (or 0xFFCAE5) is known color: Classic Rose. HEX triplet: FF, CA and E5. RGB value is (255,202,229). Sum of RGB (Red+Green+Blue) = 255+202+229=686 (90% of max value = 765). Red value is 255 (100% from 255 or 37.17% from 686); Green value is 202 (79.30% from 255 or 29.45% from 686); Blue value is 229 (89.84% from 255 or 33.38% from 686); Max value from RGB is 255 - color contains mainly: red. Hex color #FFCAE5 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FFCAE5 is #00351A. Grayscale: #DCDCDC. Windows color (decimal): -13595 or 15059711. OLE color: 15059711.
HSL color Cylindrical-coordinate representation of color #FFCAE5: hue angle of 329.43º 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 #FFCAE5 is Cyan = 0, Magento = 0.21, Yellow = 0.10 and Black (K on CMYK) = 0.
Color convert
RGB | 255 | 202 | 229 | - |
CMYK | 0 | 0.21 | 0.10 | 0 |
HSL | 329.43º | 1% | 0.9% | - |
HSV(B) | 329.43º | 0.21% | 1% | - |
XYZ | 76.5 | 69.16 | 83.45 | - |
YUV | 220.93 | 132.56 | 152.3 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 255 | 202 | 229 | 0 | 0.21 | 0.10 | 0 | 329.43 | 1 | 0.9 |
Hex | FF | CA | E5 | 0 | 15 | A | 0 | 149 | 64 | 5A |
Octal | 377 | 312 | 345 | 0 | 25 | 12 | 0 | 511 | 144 | 132 |
Binary | 11111111 | 11001010 | 11100101 | 0 | 10101 | 1010 | 0 | 101001001 | 1100100 | 1011010 |
Color Harmonies of #FFCAE5
Complementary color
Monochromatic Colors of #FFCAE5
Black with #FFCAE5
Text Example
Text Example
White with #FFCAE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFCAE5; }
p { color: rgb(255,202,229); }
H1.HeaderClassName
{
color: #FFCAE5;
}
.AnyTagClassName
{
color: #FFCAE5;
}
</style>
background-color css
<style>
a { background-color: #FFCAE5; }
a { background-color: rgb(255,202,229); }
div.DivClassName
{
background-color: #FFCAE5;
}
.BgClassName
{
background-color: #FFCAE5;
}
</style>
border-color css
<style>
span { border-color: #FFCAE5; }
span { border-color: rgb(255,202,229); }
td.TdClassName
{
border-color: #FFCAE5;
}
.TagClassName
{
border-color: #FFCAE5;
}
</style>