Shades of Classic Rose #F6CBE5
Tints of Classic Rose #F6CBE5
RGB
CMYK
RGB Variations
Color information
#F6CBE5 (or 0xF6CBE5) is known color: Classic Rose. HEX triplet: F6, CB and E5. RGB value is (246,203,229). Sum of RGB (Red+Green+Blue) = 246+203+229=678 (89% of max value = 765). Red value is 246 (96.48% from 255 or 36.28% from 678); Green value is 203 (79.69% from 255 or 29.94% from 678); Blue value is 229 (89.84% from 255 or 33.78% from 678); Max value from RGB is 246 - color contains mainly: red. Hex color #F6CBE5 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F6CBE5 is #09341A. Grayscale: #DADADA. Windows color (decimal): -603163 or 15059958. OLE color: 15059958.
HSL color Cylindrical-coordinate representation of color #F6CBE5: hue angle of 323.72º 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 #F6CBE5 is Cyan = 0, Magento = 0.17, Yellow = 0.07 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 203 | 229 | - |
| CMYK | 0 | 0.17 | 0.07 | 0.04 |
| HSL | 323.72º | 0.7% | 0.88% | - |
| HSV(B) | 323.72º | 0.17% | 0.96% | - |
| XYZ | 73.5 | 67.96 | 83.37 | - |
| YUV | 218.82 | 133.75 | 147.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 203 | 229 | 0 | 0.17 | 0.07 | 0.04 | 323.72 | 0.7 | 0.88 |
| Hex | F6 | CB | E5 | 0 | 11 | 7 | 4 | 144 | 46 | 58 |
| Octal | 366 | 313 | 345 | 0 | 21 | 7 | 4 | 504 | 106 | 130 |
| Binary | 11110110 | 11001011 | 11100101 | 0 | 10001 | 111 | 100 | 101000100 | 1000110 | 1011000 |
Color Harmonies of #F6CBE5
Complementary color
Monochromatic Colors of #F6CBE5
Black with #F6CBE5
Text Example
Text Example
White with #F6CBE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F6CBE5; }
p { color: rgb(246,203,229); }
H1.HeaderClassName
{
color: #F6CBE5;
}
.AnyTagClassName
{
color: #F6CBE5;
}
</style>
background-color css
<style>
a { background-color: #F6CBE5; }
a { background-color: rgb(246,203,229); }
div.DivClassName
{
background-color: #F6CBE5;
}
.BgClassName
{
background-color: #F6CBE5;
}
</style>
border-color css
<style>
span { border-color: #F6CBE5; }
span { border-color: rgb(246,203,229); }
td.TdClassName
{
border-color: #F6CBE5;
}
.TagClassName
{
border-color: #F6CBE5;
}
</style>