Shades of Classic Rose #FFC8ED
Tints of Classic Rose #FFC8ED
RGB
CMYK
RGB Variations
Color information
#FFC8ED (or 0xFFC8ED) is known color: Classic Rose. HEX triplet: FF, C8 and ED. RGB value is (255,200,237). Sum of RGB (Red+Green+Blue) = 255+200+237=692 (91% of max value = 765). Red value is 255 (100% from 255 or 36.85% from 692); Green value is 200 (78.52% from 255 or 28.90% from 692); Blue value is 237 (92.97% from 255 or 34.25% from 692); Max value from RGB is 255 - color contains mainly: red. Hex color #FFC8ED is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FFC8ED is #003712. Grayscale: #DCDCDC. Windows color (decimal): -14099 or 15583487. OLE color: 15583487.
HSL color Cylindrical-coordinate representation of color #FFC8ED: hue angle of 319.64º 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 #FFC8ED is Cyan = 0, Magento = 0.22, Yellow = 0.07 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 200 | 237 | - |
| CMYK | 0 | 0.22 | 0.07 | 0 |
| HSL | 319.64º | 1% | 0.89% | - |
| HSV(B) | 319.64º | 0.22% | 1% | - |
| XYZ | 77.18 | 68.68 | 89.31 | - |
| YUV | 220.66 | 137.22 | 152.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 200 | 237 | 0 | 0.22 | 0.07 | 0 | 319.64 | 1 | 0.89 |
| Hex | FF | C8 | ED | 0 | 16 | 7 | 0 | 140 | 64 | 59 |
| Octal | 377 | 310 | 355 | 0 | 26 | 7 | 0 | 500 | 144 | 131 |
| Binary | 11111111 | 11001000 | 11101101 | 0 | 10110 | 111 | 0 | 101000000 | 1100100 | 1011001 |
Color Harmonies of #FFC8ED
Complementary color
Monochromatic Colors of #FFC8ED
Black with #FFC8ED
Text Example
Text Example
White with #FFC8ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFC8ED; }
p { color: rgb(255,200,237); }
H1.HeaderClassName
{
color: #FFC8ED;
}
.AnyTagClassName
{
color: #FFC8ED;
}
</style>
background-color css
<style>
a { background-color: #FFC8ED; }
a { background-color: rgb(255,200,237); }
div.DivClassName
{
background-color: #FFC8ED;
}
.BgClassName
{
background-color: #FFC8ED;
}
</style>
border-color css
<style>
span { border-color: #FFC8ED; }
span { border-color: rgb(255,200,237); }
td.TdClassName
{
border-color: #FFC8ED;
}
.TagClassName
{
border-color: #FFC8ED;
}
</style>