Shades of Classic Rose #FFCAED
Tints of Classic Rose #FFCAED
RGB
CMYK
RGB Variations
Color information
#FFCAED (or 0xFFCAED) is known color: Classic Rose. HEX triplet: FF, CA and ED. RGB value is (255,202,237). Sum of RGB (Red+Green+Blue) = 255+202+237=694 (91% of max value = 765). Red value is 255 (100% from 255 or 36.74% from 694); Green value is 202 (79.30% from 255 or 29.11% from 694); Blue value is 237 (92.97% from 255 or 34.15% from 694); Max value from RGB is 255 - color contains mainly: red. Hex color #FFCAED is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FFCAED is #003512. Grayscale: #DDDDDD. Windows color (decimal): -13587 or 15583999. OLE color: 15583999.
HSL color Cylindrical-coordinate representation of color #FFCAED: hue angle of 320.38º 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 #FFCAED is Cyan = 0, Magento = 0.21, Yellow = 0.07 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 202 | 237 | - |
| CMYK | 0 | 0.21 | 0.07 | 0 |
| HSL | 320.38º | 1% | 0.9% | - |
| HSV(B) | 320.38º | 0.21% | 1% | - |
| XYZ | 77.65 | 69.62 | 89.47 | - |
| YUV | 221.84 | 136.56 | 151.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 202 | 237 | 0 | 0.21 | 0.07 | 0 | 320.38 | 1 | 0.9 |
| Hex | FF | CA | ED | 0 | 15 | 7 | 0 | 140 | 64 | 5A |
| Octal | 377 | 312 | 355 | 0 | 25 | 7 | 0 | 500 | 144 | 132 |
| Binary | 11111111 | 11001010 | 11101101 | 0 | 10101 | 111 | 0 | 101000000 | 1100100 | 1011010 |
Color Harmonies of #FFCAED
Complementary color
Monochromatic Colors of #FFCAED
Black with #FFCAED
Text Example
Text Example
White with #FFCAED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFCAED; }
p { color: rgb(255,202,237); }
H1.HeaderClassName
{
color: #FFCAED;
}
.AnyTagClassName
{
color: #FFCAED;
}
</style>
background-color css
<style>
a { background-color: #FFCAED; }
a { background-color: rgb(255,202,237); }
div.DivClassName
{
background-color: #FFCAED;
}
.BgClassName
{
background-color: #FFCAED;
}
</style>
border-color css
<style>
span { border-color: #FFCAED; }
span { border-color: rgb(255,202,237); }
td.TdClassName
{
border-color: #FFCAED;
}
.TagClassName
{
border-color: #FFCAED;
}
</style>