Shades of Classic Rose #FFC6EE
Tints of Classic Rose #FFC6EE
RGB
CMYK
RGB Variations
Color information
#FFC6EE (or 0xFFC6EE) is known color: Classic Rose. HEX triplet: FF, C6 and EE. RGB value is (255,198,238). Sum of RGB (Red+Green+Blue) = 255+198+238=691 (91% of max value = 765). Red value is 255 (100% from 255 or 36.90% from 691); Green value is 198 (77.73% from 255 or 28.65% from 691); Blue value is 238 (93.36% from 255 or 34.44% from 691); Max value from RGB is 255 - color contains mainly: red. Hex color #FFC6EE is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FFC6EE is #003911. Grayscale: #DBDBDB. Windows color (decimal): -14610 or 15648511. OLE color: 15648511.
HSL color Cylindrical-coordinate representation of color #FFC6EE: hue angle of 317.89º 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 #FFC6EE is Cyan = 0, Magento = 0.22, Yellow = 0.07 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 198 | 238 | - |
| CMYK | 0 | 0.22 | 0.07 | 0 |
| HSL | 317.89º | 1% | 0.89% | - |
| HSV(B) | 317.89º | 0.22% | 1% | - |
| XYZ | 76.87 | 67.82 | 89.93 | - |
| YUV | 219.6 | 138.38 | 153.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 198 | 238 | 0 | 0.22 | 0.07 | 0 | 317.89 | 1 | 0.89 |
| Hex | FF | C6 | EE | 0 | 16 | 7 | 0 | 13E | 64 | 59 |
| Octal | 377 | 306 | 356 | 0 | 26 | 7 | 0 | 476 | 144 | 131 |
| Binary | 11111111 | 11000110 | 11101110 | 0 | 10110 | 111 | 0 | 100111110 | 1100100 | 1011001 |
Color Harmonies of #FFC6EE
Complementary color
Monochromatic Colors of #FFC6EE
Black with #FFC6EE
Text Example
Text Example
White with #FFC6EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFC6EE; }
p { color: rgb(255,198,238); }
H1.HeaderClassName
{
color: #FFC6EE;
}
.AnyTagClassName
{
color: #FFC6EE;
}
</style>
background-color css
<style>
a { background-color: #FFC6EE; }
a { background-color: rgb(255,198,238); }
div.DivClassName
{
background-color: #FFC6EE;
}
.BgClassName
{
background-color: #FFC6EE;
}
</style>
border-color css
<style>
span { border-color: #FFC6EE; }
span { border-color: rgb(255,198,238); }
td.TdClassName
{
border-color: #FFC6EE;
}
.TagClassName
{
border-color: #FFC6EE;
}
</style>