Shades of Classic Rose #FFCAEC
Tints of Classic Rose #FFCAEC
RGB
CMYK
RGB Variations
Color information
#FFCAEC (or 0xFFCAEC) is known color: Classic Rose. HEX triplet: FF, CA and EC. RGB value is (255,202,236). Sum of RGB (Red+Green+Blue) = 255+202+236=693 (91% of max value = 765). Red value is 255 (100% from 255 or 36.80% from 693); Green value is 202 (79.30% from 255 or 29.15% from 693); Blue value is 236 (92.58% from 255 or 34.05% from 693); Max value from RGB is 255 - color contains mainly: red. Hex color #FFCAEC is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FFCAEC is #003513. Grayscale: #DDDDDD. Windows color (decimal): -13588 or 15518463. OLE color: 15518463.
HSL color Cylindrical-coordinate representation of color #FFCAEC: hue angle of 321.51º 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 #FFCAEC is Cyan = 0, Magento = 0.21, Yellow = 0.07 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 202 | 236 | - |
| CMYK | 0 | 0.21 | 0.07 | 0 |
| HSL | 321.51º | 1% | 0.9% | - |
| HSV(B) | 321.51º | 0.21% | 1% | - |
| XYZ | 77.5 | 69.56 | 88.7 | - |
| YUV | 221.72 | 136.06 | 151.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 202 | 236 | 0 | 0.21 | 0.07 | 0 | 321.51 | 1 | 0.9 |
| Hex | FF | CA | EC | 0 | 15 | 7 | 0 | 142 | 64 | 5A |
| Octal | 377 | 312 | 354 | 0 | 25 | 7 | 0 | 502 | 144 | 132 |
| Binary | 11111111 | 11001010 | 11101100 | 0 | 10101 | 111 | 0 | 101000010 | 1100100 | 1011010 |
Color Harmonies of #FFCAEC
Complementary color
Monochromatic Colors of #FFCAEC
Black with #FFCAEC
Text Example
Text Example
White with #FFCAEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFCAEC; }
p { color: rgb(255,202,236); }
H1.HeaderClassName
{
color: #FFCAEC;
}
.AnyTagClassName
{
color: #FFCAEC;
}
</style>
background-color css
<style>
a { background-color: #FFCAEC; }
a { background-color: rgb(255,202,236); }
div.DivClassName
{
background-color: #FFCAEC;
}
.BgClassName
{
background-color: #FFCAEC;
}
</style>
border-color css
<style>
span { border-color: #FFCAEC; }
span { border-color: rgb(255,202,236); }
td.TdClassName
{
border-color: #FFCAEC;
}
.TagClassName
{
border-color: #FFCAEC;
}
</style>