Shades of Classic Rose #FFC5EE
Tints of Classic Rose #FFC5EE
RGB
CMYK
RGB Variations
Color information
#FFC5EE (or 0xFFC5EE) is known color: Classic Rose. HEX triplet: FF, C5 and EE. RGB value is (255,197,238). Sum of RGB (Red+Green+Blue) = 255+197+238=690 (91% of max value = 765). Red value is 255 (100% from 255 or 36.96% from 690); Green value is 197 (77.34% from 255 or 28.55% from 690); Blue value is 238 (93.36% from 255 or 34.49% from 690); Max value from RGB is 255 - color contains mainly: red. Hex color #FFC5EE is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FFC5EE is #003A11. Grayscale: #DADADA. Windows color (decimal): -14866 or 15648255. OLE color: 15648255.
HSL color Cylindrical-coordinate representation of color #FFC5EE: hue angle of 317.59º degrees, saturation: 1, lightness: 0.89%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #FFC5EE is Cyan = 0, Magento = 0.23, Yellow = 0.07 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 197 | 238 | - |
| CMYK | 0 | 0.23 | 0.07 | 0 |
| HSL | 317.59º | 1% | 0.89% | - |
| HSV(B) | 317.59º | 0.23% | 1% | - |
| XYZ | 76.64 | 67.37 | 89.85 | - |
| YUV | 219.02 | 138.72 | 153.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 197 | 238 | 0 | 0.23 | 0.07 | 0 | 317.59 | 1 | 0.89 |
| Hex | FF | C5 | EE | 0 | 17 | 7 | 0 | 13E | 64 | 59 |
| Octal | 377 | 305 | 356 | 0 | 27 | 7 | 0 | 476 | 144 | 131 |
| Binary | 11111111 | 11000101 | 11101110 | 0 | 10111 | 111 | 0 | 100111110 | 1100100 | 1011001 |
Color Harmonies of #FFC5EE
Complementary color
Monochromatic Colors of #FFC5EE
Black with #FFC5EE
Text Example
Text Example
White with #FFC5EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFC5EE; }
p { color: rgb(255,197,238); }
H1.HeaderClassName
{
color: #FFC5EE;
}
.AnyTagClassName
{
color: #FFC5EE;
}
</style>
background-color css
<style>
a { background-color: #FFC5EE; }
a { background-color: rgb(255,197,238); }
div.DivClassName
{
background-color: #FFC5EE;
}
.BgClassName
{
background-color: #FFC5EE;
}
</style>
border-color css
<style>
span { border-color: #FFC5EE; }
span { border-color: rgb(255,197,238); }
td.TdClassName
{
border-color: #FFC5EE;
}
.TagClassName
{
border-color: #FFC5EE;
}
</style>