Shades of Classic Rose #FFC6ED
Tints of Classic Rose #FFC6ED
RGB
CMYK
RGB Variations
Color information
#FFC6ED (or 0xFFC6ED) is known color: Classic Rose. HEX triplet: FF, C6 and ED. RGB value is (255,198,237). Sum of RGB (Red+Green+Blue) = 255+198+237=690 (91% of max value = 765). Red value is 255 (100% from 255 or 36.96% from 690); Green value is 198 (77.73% from 255 or 28.70% from 690); Blue value is 237 (92.97% from 255 or 34.35% from 690); Max value from RGB is 255 - color contains mainly: red. Hex color #FFC6ED is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FFC6ED is #003912. Grayscale: #DBDBDB. Windows color (decimal): -14611 or 15582975. OLE color: 15582975.
HSL color Cylindrical-coordinate representation of color #FFC6ED: hue angle of 318.95º 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 #FFC6ED is Cyan = 0, Magento = 0.22, Yellow = 0.07 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 198 | 237 | - |
| CMYK | 0 | 0.22 | 0.07 | 0 |
| HSL | 318.95º | 1% | 0.89% | - |
| HSV(B) | 318.95º | 0.22% | 1% | - |
| XYZ | 76.72 | 67.76 | 89.16 | - |
| YUV | 219.49 | 137.88 | 153.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 198 | 237 | 0 | 0.22 | 0.07 | 0 | 318.95 | 1 | 0.89 |
| Hex | FF | C6 | ED | 0 | 16 | 7 | 0 | 13F | 64 | 59 |
| Octal | 377 | 306 | 355 | 0 | 26 | 7 | 0 | 477 | 144 | 131 |
| Binary | 11111111 | 11000110 | 11101101 | 0 | 10110 | 111 | 0 | 100111111 | 1100100 | 1011001 |
Color Harmonies of #FFC6ED
Complementary color
Monochromatic Colors of #FFC6ED
Black with #FFC6ED
Text Example
Text Example
White with #FFC6ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFC6ED; }
p { color: rgb(255,198,237); }
H1.HeaderClassName
{
color: #FFC6ED;
}
.AnyTagClassName
{
color: #FFC6ED;
}
</style>
background-color css
<style>
a { background-color: #FFC6ED; }
a { background-color: rgb(255,198,237); }
div.DivClassName
{
background-color: #FFC6ED;
}
.BgClassName
{
background-color: #FFC6ED;
}
</style>
border-color css
<style>
span { border-color: #FFC6ED; }
span { border-color: rgb(255,198,237); }
td.TdClassName
{
border-color: #FFC6ED;
}
.TagClassName
{
border-color: #FFC6ED;
}
</style>