Shades of Classic Rose #FFCAEB
Tints of Classic Rose #FFCAEB
RGB
CMYK
RGB Variations
Color information
#FFCAEB (or 0xFFCAEB) is known color: Classic Rose. HEX triplet: FF, CA and EB. RGB value is (255,202,235). Sum of RGB (Red+Green+Blue) = 255+202+235=692 (91% of max value = 765). Red value is 255 (100% from 255 or 36.85% from 692); Green value is 202 (79.30% from 255 or 29.19% from 692); Blue value is 235 (92.19% from 255 or 33.96% from 692); Max value from RGB is 255 - color contains mainly: red. Hex color #FFCAEB is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FFCAEB is #003514. Grayscale: #DDDDDD. Windows color (decimal): -13589 or 15452927. OLE color: 15452927.
HSL color Cylindrical-coordinate representation of color #FFCAEB: hue angle of 322.64º 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 #FFCAEB is Cyan = 0, Magento = 0.21, Yellow = 0.08 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 202 | 235 | - |
| CMYK | 0 | 0.21 | 0.08 | 0 |
| HSL | 322.64º | 1% | 0.9% | - |
| HSV(B) | 322.64º | 0.21% | 1% | - |
| XYZ | 77.36 | 69.5 | 87.93 | - |
| YUV | 221.61 | 135.56 | 151.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 202 | 235 | 0 | 0.21 | 0.08 | 0 | 322.64 | 1 | 0.9 |
| Hex | FF | CA | EB | 0 | 15 | 8 | 0 | 143 | 64 | 5A |
| Octal | 377 | 312 | 353 | 0 | 25 | 10 | 0 | 503 | 144 | 132 |
| Binary | 11111111 | 11001010 | 11101011 | 0 | 10101 | 1000 | 0 | 101000011 | 1100100 | 1011010 |
Color Harmonies of #FFCAEB
Complementary color
Monochromatic Colors of #FFCAEB
Black with #FFCAEB
Text Example
Text Example
White with #FFCAEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFCAEB; }
p { color: rgb(255,202,235); }
H1.HeaderClassName
{
color: #FFCAEB;
}
.AnyTagClassName
{
color: #FFCAEB;
}
</style>
background-color css
<style>
a { background-color: #FFCAEB; }
a { background-color: rgb(255,202,235); }
div.DivClassName
{
background-color: #FFCAEB;
}
.BgClassName
{
background-color: #FFCAEB;
}
</style>
border-color css
<style>
span { border-color: #FFCAEB; }
span { border-color: rgb(255,202,235); }
td.TdClassName
{
border-color: #FFCAEB;
}
.TagClassName
{
border-color: #FFCAEB;
}
</style>