Shades of Classic Rose #FFC6EB
Tints of Classic Rose #FFC6EB
RGB
CMYK
RGB Variations
Color information
#FFC6EB (or 0xFFC6EB) is known color: Classic Rose. HEX triplet: FF, C6 and EB. RGB value is (255,198,235). Sum of RGB (Red+Green+Blue) = 255+198+235=688 (91% of max value = 765). Red value is 255 (100% from 255 or 37.06% from 688); Green value is 198 (77.73% from 255 or 28.78% from 688); Blue value is 235 (92.19% from 255 or 34.16% from 688); Max value from RGB is 255 - color contains mainly: red. Hex color #FFC6EB is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FFC6EB is #003914. Grayscale: #DBDBDB. Windows color (decimal): -14613 or 15451903. OLE color: 15451903.
HSL color Cylindrical-coordinate representation of color #FFC6EB: hue angle of 321.05º 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 #FFC6EB is Cyan = 0, Magento = 0.22, Yellow = 0.08 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 198 | 235 | - |
| CMYK | 0 | 0.22 | 0.08 | 0 |
| HSL | 321.05º | 1% | 0.89% | - |
| HSV(B) | 321.05º | 0.22% | 1% | - |
| XYZ | 76.43 | 67.65 | 87.63 | - |
| YUV | 219.26 | 136.88 | 153.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 198 | 235 | 0 | 0.22 | 0.08 | 0 | 321.05 | 1 | 0.89 |
| Hex | FF | C6 | EB | 0 | 16 | 8 | 0 | 141 | 64 | 59 |
| Octal | 377 | 306 | 353 | 0 | 26 | 10 | 0 | 501 | 144 | 131 |
| Binary | 11111111 | 11000110 | 11101011 | 0 | 10110 | 1000 | 0 | 101000001 | 1100100 | 1011001 |
Color Harmonies of #FFC6EB
Complementary color
Monochromatic Colors of #FFC6EB
Black with #FFC6EB
Text Example
Text Example
White with #FFC6EB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFC6EB; }
p { color: rgb(255,198,235); }
H1.HeaderClassName
{
color: #FFC6EB;
}
.AnyTagClassName
{
color: #FFC6EB;
}
</style>
background-color css
<style>
a { background-color: #FFC6EB; }
a { background-color: rgb(255,198,235); }
div.DivClassName
{
background-color: #FFC6EB;
}
.BgClassName
{
background-color: #FFC6EB;
}
</style>
border-color css
<style>
span { border-color: #FFC6EB; }
span { border-color: rgb(255,198,235); }
td.TdClassName
{
border-color: #FFC6EB;
}
.TagClassName
{
border-color: #FFC6EB;
}
</style>