Shades of Classic Rose #F8CBE2
Tints of Classic Rose #F8CBE2
RGB
CMYK
RGB Variations
Color information
#F8CBE2 (or 0xF8CBE2) is known color: Classic Rose. HEX triplet: F8, CB and E2. RGB value is (248,203,226). Sum of RGB (Red+Green+Blue) = 248+203+226=677 (89% of max value = 765). Red value is 248 (97.27% from 255 or 36.63% from 677); Green value is 203 (79.69% from 255 or 29.99% from 677); Blue value is 226 (88.67% from 255 or 33.38% from 677); Max value from RGB is 248 - color contains mainly: red. Hex color #F8CBE2 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F8CBE2 is #07341D. Grayscale: #DBDBDB. Windows color (decimal): -472094 or 14863352. OLE color: 14863352.
HSL color Cylindrical-coordinate representation of color #F8CBE2: hue angle of 329.33º 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 #F8CBE2 is Cyan = 0, Magento = 0.18, Yellow = 0.09 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 203 | 226 | - |
| CMYK | 0 | 0.18 | 0.09 | 0.03 |
| HSL | 329.33º | 0.76% | 0.88% | - |
| HSV(B) | 329.33º | 0.18% | 0.97% | - |
| XYZ | 73.79 | 68.16 | 81.22 | - |
| YUV | 219.08 | 131.91 | 148.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 203 | 226 | 0 | 0.18 | 0.09 | 0.03 | 329.33 | 0.76 | 0.88 |
| Hex | F8 | CB | E2 | 0 | 12 | 9 | 3 | 149 | 4C | 58 |
| Octal | 370 | 313 | 342 | 0 | 22 | 11 | 3 | 511 | 114 | 130 |
| Binary | 11111000 | 11001011 | 11100010 | 0 | 10010 | 1001 | 11 | 101001001 | 1001100 | 1011000 |
Color Harmonies of #F8CBE2
Complementary color
Monochromatic Colors of #F8CBE2
Black with #F8CBE2
Text Example
Text Example
White with #F8CBE2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8CBE2; }
p { color: rgb(248,203,226); }
H1.HeaderClassName
{
color: #F8CBE2;
}
.AnyTagClassName
{
color: #F8CBE2;
}
</style>
background-color css
<style>
a { background-color: #F8CBE2; }
a { background-color: rgb(248,203,226); }
div.DivClassName
{
background-color: #F8CBE2;
}
.BgClassName
{
background-color: #F8CBE2;
}
</style>
border-color css
<style>
span { border-color: #F8CBE2; }
span { border-color: rgb(248,203,226); }
td.TdClassName
{
border-color: #F8CBE2;
}
.TagClassName
{
border-color: #F8CBE2;
}
</style>