Shades of Classic Rose #FFC6E4
Tints of Classic Rose #FFC6E4
RGB
CMYK
RGB Variations
Color information
#FFC6E4 (or 0xFFC6E4) is known color: Classic Rose. HEX triplet: FF, C6 and E4. RGB value is (255,198,228). Sum of RGB (Red+Green+Blue) = 255+198+228=681 (90% of max value = 765). Red value is 255 (100% from 255 or 37.44% from 681); Green value is 198 (77.73% from 255 or 29.07% from 681); Blue value is 228 (89.45% from 255 or 33.48% from 681); Max value from RGB is 255 - color contains mainly: red. Hex color #FFC6E4 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FFC6E4 is #00391B. Grayscale: #DADADA. Windows color (decimal): -14620 or 14993151. OLE color: 14993151.
HSL color Cylindrical-coordinate representation of color #FFC6E4: hue angle of 328.42º 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 #FFC6E4 is Cyan = 0, Magento = 0.22, Yellow = 0.11 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 198 | 228 | - |
| CMYK | 0 | 0.22 | 0.11 | 0 |
| HSL | 328.42º | 1% | 0.89% | - |
| HSV(B) | 328.42º | 0.22% | 1% | - |
| XYZ | 75.44 | 67.25 | 82.4 | - |
| YUV | 218.46 | 133.38 | 154.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 198 | 228 | 0 | 0.22 | 0.11 | 0 | 328.42 | 1 | 0.89 |
| Hex | FF | C6 | E4 | 0 | 16 | B | 0 | 148 | 64 | 59 |
| Octal | 377 | 306 | 344 | 0 | 26 | 13 | 0 | 510 | 144 | 131 |
| Binary | 11111111 | 11000110 | 11100100 | 0 | 10110 | 1011 | 0 | 101001000 | 1100100 | 1011001 |
Color Harmonies of #FFC6E4
Complementary color
Monochromatic Colors of #FFC6E4
Black with #FFC6E4
Text Example
Text Example
White with #FFC6E4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFC6E4; }
p { color: rgb(255,198,228); }
H1.HeaderClassName
{
color: #FFC6E4;
}
.AnyTagClassName
{
color: #FFC6E4;
}
</style>
background-color css
<style>
a { background-color: #FFC6E4; }
a { background-color: rgb(255,198,228); }
div.DivClassName
{
background-color: #FFC6E4;
}
.BgClassName
{
background-color: #FFC6E4;
}
</style>
border-color css
<style>
span { border-color: #FFC6E4; }
span { border-color: rgb(255,198,228); }
td.TdClassName
{
border-color: #FFC6E4;
}
.TagClassName
{
border-color: #FFC6E4;
}
</style>