Shades of Classic Rose #FFC8E0
Tints of Classic Rose #FFC8E0
RGB
CMYK
RGB Variations
Color information
#FFC8E0 (or 0xFFC8E0) is known color: Classic Rose. HEX triplet: FF, C8 and E0. RGB value is (255,200,224). Sum of RGB (Red+Green+Blue) = 255+200+224=679 (89% of max value = 765). Red value is 255 (100% from 255 or 37.56% from 679); Green value is 200 (78.52% from 255 or 29.46% from 679); Blue value is 224 (87.89% from 255 or 32.99% from 679); Max value from RGB is 255 - color contains mainly: red. Hex color #FFC8E0 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FFC8E0 is #00371F. Grayscale: #DBDBDB. Windows color (decimal): -14112 or 14731519. OLE color: 14731519.
HSL color Cylindrical-coordinate representation of color #FFC8E0: hue angle of 333.82º degrees, saturation: 1, lightness: 0.89%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #FFC8E0 is Cyan = 0, Magento = 0.22, Yellow = 0.12 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 200 | 224 | - |
| CMYK | 0 | 0.22 | 0.12 | 0 |
| HSL | 333.82º | 1% | 0.89% | - |
| HSV(B) | 333.82º | 0.22% | 1% | - |
| XYZ | 75.35 | 67.95 | 79.67 | - |
| YUV | 219.18 | 130.72 | 153.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 200 | 224 | 0 | 0.22 | 0.12 | 0 | 333.82 | 1 | 0.89 |
| Hex | FF | C8 | E0 | 0 | 16 | C | 0 | 14E | 64 | 59 |
| Octal | 377 | 310 | 340 | 0 | 26 | 14 | 0 | 516 | 144 | 131 |
| Binary | 11111111 | 11001000 | 11100000 | 0 | 10110 | 1100 | 0 | 101001110 | 1100100 | 1011001 |
Color Harmonies of #FFC8E0
Complementary color
Monochromatic Colors of #FFC8E0
Black with #FFC8E0
Text Example
Text Example
White with #FFC8E0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFC8E0; }
p { color: rgb(255,200,224); }
H1.HeaderClassName
{
color: #FFC8E0;
}
.AnyTagClassName
{
color: #FFC8E0;
}
</style>
background-color css
<style>
a { background-color: #FFC8E0; }
a { background-color: rgb(255,200,224); }
div.DivClassName
{
background-color: #FFC8E0;
}
.BgClassName
{
background-color: #FFC8E0;
}
</style>
border-color css
<style>
span { border-color: #FFC8E0; }
span { border-color: rgb(255,200,224); }
td.TdClassName
{
border-color: #FFC8E0;
}
.TagClassName
{
border-color: #FFC8E0;
}
</style>