Shades of Classic Rose #F6CBE4
Tints of Classic Rose #F6CBE4
RGB
CMYK
RGB Variations
Color information
#F6CBE4 (or 0xF6CBE4) is known color: Classic Rose. HEX triplet: F6, CB and E4. RGB value is (246,203,228). Sum of RGB (Red+Green+Blue) = 246+203+228=677 (89% of max value = 765). Red value is 246 (96.48% from 255 or 36.34% from 677); Green value is 203 (79.69% from 255 or 29.99% from 677); Blue value is 228 (89.45% from 255 or 33.68% from 677); Max value from RGB is 246 - color contains mainly: red. Hex color #F6CBE4 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F6CBE4 is #09341B. Grayscale: #DADADA. Windows color (decimal): -603164 or 14994422. OLE color: 14994422.
HSL color Cylindrical-coordinate representation of color #F6CBE4: hue angle of 325.12º 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 #F6CBE4 is Cyan = 0, Magento = 0.17, Yellow = 0.07 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 203 | 228 | - |
| CMYK | 0 | 0.17 | 0.07 | 0.04 |
| HSL | 325.12º | 0.7% | 0.88% | - |
| HSV(B) | 325.12º | 0.17% | 0.96% | - |
| XYZ | 73.37 | 67.91 | 82.64 | - |
| YUV | 218.71 | 133.25 | 147.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 203 | 228 | 0 | 0.17 | 0.07 | 0.04 | 325.12 | 0.7 | 0.88 |
| Hex | F6 | CB | E4 | 0 | 11 | 7 | 4 | 145 | 46 | 58 |
| Octal | 366 | 313 | 344 | 0 | 21 | 7 | 4 | 505 | 106 | 130 |
| Binary | 11110110 | 11001011 | 11100100 | 0 | 10001 | 111 | 100 | 101000101 | 1000110 | 1011000 |
Color Harmonies of #F6CBE4
Complementary color
Monochromatic Colors of #F6CBE4
Black with #F6CBE4
Text Example
Text Example
White with #F6CBE4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F6CBE4; }
p { color: rgb(246,203,228); }
H1.HeaderClassName
{
color: #F6CBE4;
}
.AnyTagClassName
{
color: #F6CBE4;
}
</style>
background-color css
<style>
a { background-color: #F6CBE4; }
a { background-color: rgb(246,203,228); }
div.DivClassName
{
background-color: #F6CBE4;
}
.BgClassName
{
background-color: #F6CBE4;
}
</style>
border-color css
<style>
span { border-color: #F6CBE4; }
span { border-color: rgb(246,203,228); }
td.TdClassName
{
border-color: #F6CBE4;
}
.TagClassName
{
border-color: #F6CBE4;
}
</style>