Shades of Classic Rose #F8CBE1
Tints of Classic Rose #F8CBE1
RGB
CMYK
RGB Variations
Color information
#F8CBE1 (or 0xF8CBE1) is known color: Classic Rose. HEX triplet: F8, CB and E1. RGB value is (248,203,225). Sum of RGB (Red+Green+Blue) = 248+203+225=676 (89% of max value = 765). Red value is 248 (97.27% from 255 or 36.69% from 676); Green value is 203 (79.69% from 255 or 30.03% from 676); Blue value is 225 (88.28% from 255 or 33.28% from 676); Max value from RGB is 248 - color contains mainly: red. Hex color #F8CBE1 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F8CBE1 is #07341E. Grayscale: #DADADA. Windows color (decimal): -472095 or 14797816. OLE color: 14797816.
HSL color Cylindrical-coordinate representation of color #F8CBE1: hue angle of 330.67º degrees, saturation: 0.76, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #F8CBE1 is Cyan = 0, Magento = 0.18, Yellow = 0.09 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 203 | 225 | - |
| CMYK | 0 | 0.18 | 0.09 | 0.03 |
| HSL | 330.67º | 0.76% | 0.88% | - |
| HSV(B) | 330.67º | 0.18% | 0.97% | - |
| XYZ | 73.66 | 68.1 | 80.5 | - |
| YUV | 218.96 | 131.41 | 148.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 203 | 225 | 0 | 0.18 | 0.09 | 0.03 | 330.67 | 0.76 | 0.88 |
| Hex | F8 | CB | E1 | 0 | 12 | 9 | 3 | 14B | 4C | 58 |
| Octal | 370 | 313 | 341 | 0 | 22 | 11 | 3 | 513 | 114 | 130 |
| Binary | 11111000 | 11001011 | 11100001 | 0 | 10010 | 1001 | 11 | 101001011 | 1001100 | 1011000 |
Color Harmonies of #F8CBE1
Complementary color
Monochromatic Colors of #F8CBE1
Black with #F8CBE1
Text Example
Text Example
White with #F8CBE1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8CBE1; }
p { color: rgb(248,203,225); }
H1.HeaderClassName
{
color: #F8CBE1;
}
.AnyTagClassName
{
color: #F8CBE1;
}
</style>
background-color css
<style>
a { background-color: #F8CBE1; }
a { background-color: rgb(248,203,225); }
div.DivClassName
{
background-color: #F8CBE1;
}
.BgClassName
{
background-color: #F8CBE1;
}
</style>
border-color css
<style>
span { border-color: #F8CBE1; }
span { border-color: rgb(248,203,225); }
td.TdClassName
{
border-color: #F8CBE1;
}
.TagClassName
{
border-color: #F8CBE1;
}
</style>