Shades of Classic Rose #FFCAE3
Tints of Classic Rose #FFCAE3
RGB
CMYK
RGB Variations
Color information
#FFCAE3 (or 0xFFCAE3) is known color: Classic Rose. HEX triplet: FF, CA and E3. RGB value is (255,202,227). Sum of RGB (Red+Green+Blue) = 255+202+227=684 (90% of max value = 765). Red value is 255 (100% from 255 or 37.28% from 684); Green value is 202 (79.30% from 255 or 29.53% from 684); Blue value is 227 (89.06% from 255 or 33.19% from 684); Max value from RGB is 255 - color contains mainly: red. Hex color #FFCAE3 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FFCAE3 is #00351C. Grayscale: #DCDCDC. Windows color (decimal): -13597 or 14928639. OLE color: 14928639.
HSL color Cylindrical-coordinate representation of color #FFCAE3: hue angle of 331.7º 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 #FFCAE3 is Cyan = 0, Magento = 0.21, Yellow = 0.11 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 202 | 227 | - |
| CMYK | 0 | 0.21 | 0.11 | 0 |
| HSL | 331.7º | 1% | 0.9% | - |
| HSV(B) | 331.7º | 0.21% | 1% | - |
| XYZ | 76.23 | 69.05 | 81.98 | - |
| YUV | 220.7 | 131.56 | 152.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 202 | 227 | 0 | 0.21 | 0.11 | 0 | 331.7 | 1 | 0.9 |
| Hex | FF | CA | E3 | 0 | 15 | B | 0 | 14C | 64 | 5A |
| Octal | 377 | 312 | 343 | 0 | 25 | 13 | 0 | 514 | 144 | 132 |
| Binary | 11111111 | 11001010 | 11100011 | 0 | 10101 | 1011 | 0 | 101001100 | 1100100 | 1011010 |
Color Harmonies of #FFCAE3
Complementary color
Monochromatic Colors of #FFCAE3
Black with #FFCAE3
Text Example
Text Example
White with #FFCAE3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFCAE3; }
p { color: rgb(255,202,227); }
H1.HeaderClassName
{
color: #FFCAE3;
}
.AnyTagClassName
{
color: #FFCAE3;
}
</style>
background-color css
<style>
a { background-color: #FFCAE3; }
a { background-color: rgb(255,202,227); }
div.DivClassName
{
background-color: #FFCAE3;
}
.BgClassName
{
background-color: #FFCAE3;
}
</style>
border-color css
<style>
span { border-color: #FFCAE3; }
span { border-color: rgb(255,202,227); }
td.TdClassName
{
border-color: #FFCAE3;
}
.TagClassName
{
border-color: #FFCAE3;
}
</style>