Shades of Classic Rose #FFCAE7
Tints of Classic Rose #FFCAE7
RGB
CMYK
RGB Variations
Color information
#FFCAE7 (or 0xFFCAE7) is known color: Classic Rose. HEX triplet: FF, CA and E7. RGB value is (255,202,231). Sum of RGB (Red+Green+Blue) = 255+202+231=688 (91% of max value = 765). Red value is 255 (100% from 255 or 37.06% from 688); Green value is 202 (79.30% from 255 or 29.36% from 688); Blue value is 231 (90.62% from 255 or 33.58% from 688); Max value from RGB is 255 - color contains mainly: red. Hex color #FFCAE7 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FFCAE7 is #003518. Grayscale: #DDDDDD. Windows color (decimal): -13593 or 15190783. OLE color: 15190783.
HSL color Cylindrical-coordinate representation of color #FFCAE7: hue angle of 327.17º 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 #FFCAE7 is Cyan = 0, Magento = 0.21, Yellow = 0.09 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 202 | 231 | - |
| CMYK | 0 | 0.21 | 0.09 | 0 |
| HSL | 327.17º | 1% | 0.9% | - |
| HSV(B) | 327.17º | 0.21% | 1% | - |
| XYZ | 76.78 | 69.27 | 84.92 | - |
| YUV | 221.15 | 133.56 | 152.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 202 | 231 | 0 | 0.21 | 0.09 | 0 | 327.17 | 1 | 0.9 |
| Hex | FF | CA | E7 | 0 | 15 | 9 | 0 | 147 | 64 | 5A |
| Octal | 377 | 312 | 347 | 0 | 25 | 11 | 0 | 507 | 144 | 132 |
| Binary | 11111111 | 11001010 | 11100111 | 0 | 10101 | 1001 | 0 | 101000111 | 1100100 | 1011010 |
Color Harmonies of #FFCAE7
Complementary color
Monochromatic Colors of #FFCAE7
Black with #FFCAE7
Text Example
Text Example
White with #FFCAE7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFCAE7; }
p { color: rgb(255,202,231); }
H1.HeaderClassName
{
color: #FFCAE7;
}
.AnyTagClassName
{
color: #FFCAE7;
}
</style>
background-color css
<style>
a { background-color: #FFCAE7; }
a { background-color: rgb(255,202,231); }
div.DivClassName
{
background-color: #FFCAE7;
}
.BgClassName
{
background-color: #FFCAE7;
}
</style>
border-color css
<style>
span { border-color: #FFCAE7; }
span { border-color: rgb(255,202,231); }
td.TdClassName
{
border-color: #FFCAE7;
}
.TagClassName
{
border-color: #FFCAE7;
}
</style>