Shades of Classic Rose #F8CBE8
Tints of Classic Rose #F8CBE8
RGB
CMYK
RGB Variations
Color information
#F8CBE8 (or 0xF8CBE8) is known color: Classic Rose. HEX triplet: F8, CB and E8. RGB value is (248,203,232). Sum of RGB (Red+Green+Blue) = 248+203+232=683 (90% of max value = 765). Red value is 248 (97.27% from 255 or 36.31% from 683); Green value is 203 (79.69% from 255 or 29.72% from 683); Blue value is 232 (91.02% from 255 or 33.97% from 683); Max value from RGB is 248 - color contains mainly: red. Hex color #F8CBE8 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F8CBE8 is #073417. Grayscale: #DBDBDB. Windows color (decimal): -472088 or 15256568. OLE color: 15256568.
HSL color Cylindrical-coordinate representation of color #F8CBE8: hue angle of 321.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 #F8CBE8 is Cyan = 0, Magento = 0.18, Yellow = 0.06 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 203 | 232 | - |
| CMYK | 0 | 0.18 | 0.06 | 0.03 |
| HSL | 321.33º | 0.76% | 0.88% | - |
| HSV(B) | 321.33º | 0.18% | 0.97% | - |
| XYZ | 74.63 | 68.49 | 85.63 | - |
| YUV | 219.76 | 134.91 | 148.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 203 | 232 | 0 | 0.18 | 0.06 | 0.03 | 321.33 | 0.76 | 0.88 |
| Hex | F8 | CB | E8 | 0 | 12 | 6 | 3 | 141 | 4C | 58 |
| Octal | 370 | 313 | 350 | 0 | 22 | 6 | 3 | 501 | 114 | 130 |
| Binary | 11111000 | 11001011 | 11101000 | 0 | 10010 | 110 | 11 | 101000001 | 1001100 | 1011000 |
Color Harmonies of #F8CBE8
Complementary color
Monochromatic Colors of #F8CBE8
Black with #F8CBE8
Text Example
Text Example
White with #F8CBE8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8CBE8; }
p { color: rgb(248,203,232); }
H1.HeaderClassName
{
color: #F8CBE8;
}
.AnyTagClassName
{
color: #F8CBE8;
}
</style>
background-color css
<style>
a { background-color: #F8CBE8; }
a { background-color: rgb(248,203,232); }
div.DivClassName
{
background-color: #F8CBE8;
}
.BgClassName
{
background-color: #F8CBE8;
}
</style>
border-color css
<style>
span { border-color: #F8CBE8; }
span { border-color: rgb(248,203,232); }
td.TdClassName
{
border-color: #F8CBE8;
}
.TagClassName
{
border-color: #F8CBE8;
}
</style>