Shades of Classic Rose #FFC8E6
Tints of Classic Rose #FFC8E6
RGB
CMYK
RGB Variations
Color information
#FFC8E6 (or 0xFFC8E6) is known color: Classic Rose. HEX triplet: FF, C8 and E6. RGB value is (255,200,230). Sum of RGB (Red+Green+Blue) = 255+200+230=685 (90% of max value = 765). Red value is 255 (100% from 255 or 37.23% from 685); Green value is 200 (78.52% from 255 or 29.20% from 685); Blue value is 230 (90.23% from 255 or 33.58% from 685); Max value from RGB is 255 - color contains mainly: red. Hex color #FFC8E6 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FFC8E6 is #003719. Grayscale: #DBDBDB. Windows color (decimal): -14106 or 15124735. OLE color: 15124735.
HSL color Cylindrical-coordinate representation of color #FFC8E6: hue angle of 327.27º 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 #FFC8E6 is Cyan = 0, Magento = 0.22, Yellow = 0.10 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 200 | 230 | - |
| CMYK | 0 | 0.22 | 0.10 | 0 |
| HSL | 327.27º | 1% | 0.89% | - |
| HSV(B) | 327.27º | 0.22% | 1% | - |
| XYZ | 76.18 | 68.28 | 84.03 | - |
| YUV | 219.87 | 133.72 | 153.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 200 | 230 | 0 | 0.22 | 0.10 | 0 | 327.27 | 1 | 0.89 |
| Hex | FF | C8 | E6 | 0 | 16 | A | 0 | 147 | 64 | 59 |
| Octal | 377 | 310 | 346 | 0 | 26 | 12 | 0 | 507 | 144 | 131 |
| Binary | 11111111 | 11001000 | 11100110 | 0 | 10110 | 1010 | 0 | 101000111 | 1100100 | 1011001 |
Color Harmonies of #FFC8E6
Complementary color
Monochromatic Colors of #FFC8E6
Black with #FFC8E6
Text Example
Text Example
White with #FFC8E6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFC8E6; }
p { color: rgb(255,200,230); }
H1.HeaderClassName
{
color: #FFC8E6;
}
.AnyTagClassName
{
color: #FFC8E6;
}
</style>
background-color css
<style>
a { background-color: #FFC8E6; }
a { background-color: rgb(255,200,230); }
div.DivClassName
{
background-color: #FFC8E6;
}
.BgClassName
{
background-color: #FFC8E6;
}
</style>
border-color css
<style>
span { border-color: #FFC8E6; }
span { border-color: rgb(255,200,230); }
td.TdClassName
{
border-color: #FFC8E6;
}
.TagClassName
{
border-color: #FFC8E6;
}
</style>