Shades of Classic Rose #FFC6DE
Tints of Classic Rose #FFC6DE
RGB
CMYK
RGB Variations
Color information
#FFC6DE (or 0xFFC6DE) is known color: Classic Rose. HEX triplet: FF, C6 and DE. RGB value is (255,198,222). Sum of RGB (Red+Green+Blue) = 255+198+222=675 (89% of max value = 765). Red value is 255 (100% from 255 or 37.78% from 675); Green value is 198 (77.73% from 255 or 29.33% from 675); Blue value is 222 (87.11% from 255 or 32.89% from 675); Max value from RGB is 255 - color contains mainly: red. Hex color #FFC6DE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FFC6DE is #003921. Grayscale: #D9D9D9. Windows color (decimal): -14626 or 14599935. OLE color: 14599935.
HSL color Cylindrical-coordinate representation of color #FFC6DE: hue angle of 334.74º 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 #FFC6DE is Cyan = 0, Magento = 0.22, Yellow = 0.13 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 198 | 222 | - |
| CMYK | 0 | 0.22 | 0.13 | 0 |
| HSL | 334.74º | 1% | 0.89% | - |
| HSV(B) | 334.74º | 0.22% | 1% | - |
| XYZ | 74.62 | 66.92 | 78.09 | - |
| YUV | 217.78 | 130.38 | 154.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 198 | 222 | 0 | 0.22 | 0.13 | 0 | 334.74 | 1 | 0.89 |
| Hex | FF | C6 | DE | 0 | 16 | D | 0 | 14F | 64 | 59 |
| Octal | 377 | 306 | 336 | 0 | 26 | 15 | 0 | 517 | 144 | 131 |
| Binary | 11111111 | 11000110 | 11011110 | 0 | 10110 | 1101 | 0 | 101001111 | 1100100 | 1011001 |
Color Harmonies of #FFC6DE
Complementary color
Monochromatic Colors of #FFC6DE
Black with #FFC6DE
Text Example
Text Example
White with #FFC6DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFC6DE; }
p { color: rgb(255,198,222); }
H1.HeaderClassName
{
color: #FFC6DE;
}
.AnyTagClassName
{
color: #FFC6DE;
}
</style>
background-color css
<style>
a { background-color: #FFC6DE; }
a { background-color: rgb(255,198,222); }
div.DivClassName
{
background-color: #FFC6DE;
}
.BgClassName
{
background-color: #FFC6DE;
}
</style>
border-color css
<style>
span { border-color: #FFC6DE; }
span { border-color: rgb(255,198,222); }
td.TdClassName
{
border-color: #FFC6DE;
}
.TagClassName
{
border-color: #FFC6DE;
}
</style>