Shades of Classic Rose #F6CBE1
Tints of Classic Rose #F6CBE1
RGB
CMYK
RGB Variations
Color information
#F6CBE1 (or 0xF6CBE1) is known color: Classic Rose. HEX triplet: F6, CB and E1. RGB value is (246,203,225). Sum of RGB (Red+Green+Blue) = 246+203+225=674 (89% of max value = 765). Red value is 246 (96.48% from 255 or 36.50% from 674); Green value is 203 (79.69% from 255 or 30.12% from 674); Blue value is 225 (88.28% from 255 or 33.38% from 674); Max value from RGB is 246 - color contains mainly: red. Hex color #F6CBE1 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F6CBE1 is #09341E. Grayscale: #DADADA. Windows color (decimal): -603167 or 14797814. OLE color: 14797814.
HSL color Cylindrical-coordinate representation of color #F6CBE1: hue angle of 329.3º degrees, saturation: 0.7, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #F6CBE1 is Cyan = 0, Magento = 0.17, Yellow = 0.09 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 203 | 225 | - |
| CMYK | 0 | 0.17 | 0.09 | 0.04 |
| HSL | 329.3º | 0.7% | 0.88% | - |
| HSV(B) | 329.3º | 0.17% | 0.96% | - |
| XYZ | 72.95 | 67.74 | 80.46 | - |
| YUV | 218.37 | 131.75 | 147.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 203 | 225 | 0 | 0.17 | 0.09 | 0.04 | 329.3 | 0.7 | 0.88 |
| Hex | F6 | CB | E1 | 0 | 11 | 9 | 4 | 149 | 46 | 58 |
| Octal | 366 | 313 | 341 | 0 | 21 | 11 | 4 | 511 | 106 | 130 |
| Binary | 11110110 | 11001011 | 11100001 | 0 | 10001 | 1001 | 100 | 101001001 | 1000110 | 1011000 |
Color Harmonies of #F6CBE1
Complementary color
Monochromatic Colors of #F6CBE1
Black with #F6CBE1
Text Example
Text Example
White with #F6CBE1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F6CBE1; }
p { color: rgb(246,203,225); }
H1.HeaderClassName
{
color: #F6CBE1;
}
.AnyTagClassName
{
color: #F6CBE1;
}
</style>
background-color css
<style>
a { background-color: #F6CBE1; }
a { background-color: rgb(246,203,225); }
div.DivClassName
{
background-color: #F6CBE1;
}
.BgClassName
{
background-color: #F6CBE1;
}
</style>
border-color css
<style>
span { border-color: #F6CBE1; }
span { border-color: rgb(246,203,225); }
td.TdClassName
{
border-color: #F6CBE1;
}
.TagClassName
{
border-color: #F6CBE1;
}
</style>