Shades of Classic Rose #FFC8DE
Tints of Classic Rose #FFC8DE
RGB
CMYK
RGB Variations
Color information
#FFC8DE (or 0xFFC8DE) is known color: Classic Rose. HEX triplet: FF, C8 and DE. RGB value is (255,200,222). Sum of RGB (Red+Green+Blue) = 255+200+222=677 (89% of max value = 765). Red value is 255 (100% from 255 or 37.67% from 677); Green value is 200 (78.52% from 255 or 29.54% from 677); Blue value is 222 (87.11% from 255 or 32.79% from 677); Max value from RGB is 255 - color contains mainly: red. Hex color #FFC8DE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FFC8DE is #003721. Grayscale: #DADADA. Windows color (decimal): -14114 or 14600447. OLE color: 14600447.
HSL color Cylindrical-coordinate representation of color #FFC8DE: hue angle of 336º 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 #FFC8DE is Cyan = 0, Magento = 0.22, Yellow = 0.13 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 200 | 222 | - |
| CMYK | 0 | 0.22 | 0.13 | 0 |
| HSL | 336º | 1% | 0.89% | - |
| HSV(B) | 336º | 0.22% | 1% | - |
| XYZ | 75.08 | 67.84 | 78.25 | - |
| YUV | 218.95 | 129.72 | 153.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 200 | 222 | 0 | 0.22 | 0.13 | 0 | 336 | 1 | 0.89 |
| Hex | FF | C8 | DE | 0 | 16 | D | 0 | 150 | 64 | 59 |
| Octal | 377 | 310 | 336 | 0 | 26 | 15 | 0 | 520 | 144 | 131 |
| Binary | 11111111 | 11001000 | 11011110 | 0 | 10110 | 1101 | 0 | 101010000 | 1100100 | 1011001 |
Color Harmonies of #FFC8DE
Complementary color
Monochromatic Colors of #FFC8DE
Black with #FFC8DE
Text Example
Text Example
White with #FFC8DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFC8DE; }
p { color: rgb(255,200,222); }
H1.HeaderClassName
{
color: #FFC8DE;
}
.AnyTagClassName
{
color: #FFC8DE;
}
</style>
background-color css
<style>
a { background-color: #FFC8DE; }
a { background-color: rgb(255,200,222); }
div.DivClassName
{
background-color: #FFC8DE;
}
.BgClassName
{
background-color: #FFC8DE;
}
</style>
border-color css
<style>
span { border-color: #FFC8DE; }
span { border-color: rgb(255,200,222); }
td.TdClassName
{
border-color: #FFC8DE;
}
.TagClassName
{
border-color: #FFC8DE;
}
</style>