Shades of Classic Rose #F8CBE0
Tints of Classic Rose #F8CBE0
RGB
CMYK
RGB Variations
Color information
#F8CBE0 (or 0xF8CBE0) is known color: Classic Rose. HEX triplet: F8, CB and E0. RGB value is (248,203,224). Sum of RGB (Red+Green+Blue) = 248+203+224=675 (89% of max value = 765). Red value is 248 (97.27% from 255 or 36.74% from 675); Green value is 203 (79.69% from 255 or 30.07% from 675); Blue value is 224 (87.89% from 255 or 33.19% from 675); Max value from RGB is 248 - color contains mainly: red. Hex color #F8CBE0 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F8CBE0 is #07341F. Grayscale: #DADADA. Windows color (decimal): -472096 or 14732280. OLE color: 14732280.
HSL color Cylindrical-coordinate representation of color #F8CBE0: hue angle of 332º 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 #F8CBE0 is Cyan = 0, Magento = 0.18, Yellow = 0.10 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 203 | 224 | - |
| CMYK | 0 | 0.18 | 0.10 | 0.03 |
| HSL | 332º | 0.76% | 0.88% | - |
| HSV(B) | 332º | 0.18% | 0.97% | - |
| XYZ | 73.52 | 68.05 | 79.78 | - |
| YUV | 218.85 | 130.91 | 148.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 203 | 224 | 0 | 0.18 | 0.10 | 0.03 | 332 | 0.76 | 0.88 |
| Hex | F8 | CB | E0 | 0 | 12 | A | 3 | 14C | 4C | 58 |
| Octal | 370 | 313 | 340 | 0 | 22 | 12 | 3 | 514 | 114 | 130 |
| Binary | 11111000 | 11001011 | 11100000 | 0 | 10010 | 1010 | 11 | 101001100 | 1001100 | 1011000 |
Color Harmonies of #F8CBE0
Complementary color
Monochromatic Colors of #F8CBE0
Black with #F8CBE0
Text Example
Text Example
White with #F8CBE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8CBE0; }
p { color: rgb(248,203,224); }
H1.HeaderClassName
{
color: #F8CBE0;
}
.AnyTagClassName
{
color: #F8CBE0;
}
</style>
background-color css
<style>
a { background-color: #F8CBE0; }
a { background-color: rgb(248,203,224); }
div.DivClassName
{
background-color: #F8CBE0;
}
.BgClassName
{
background-color: #F8CBE0;
}
</style>
border-color css
<style>
span { border-color: #F8CBE0; }
span { border-color: rgb(248,203,224); }
td.TdClassName
{
border-color: #F8CBE0;
}
.TagClassName
{
border-color: #F8CBE0;
}
</style>