Shades of Classic Rose #F8CBE4
Tints of Classic Rose #F8CBE4
RGB
CMYK
RGB Variations
Color information
#F8CBE4 (or 0xF8CBE4) is known color: Classic Rose. HEX triplet: F8, CB and E4. RGB value is (248,203,228). Sum of RGB (Red+Green+Blue) = 248+203+228=679 (89% of max value = 765). Red value is 248 (97.27% from 255 or 36.52% from 679); Green value is 203 (79.69% from 255 or 29.90% from 679); Blue value is 228 (89.45% from 255 or 33.58% from 679); Max value from RGB is 248 - color contains mainly: red. Hex color #F8CBE4 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F8CBE4 is #07341B. Grayscale: #DBDBDB. Windows color (decimal): -472092 or 14994424. OLE color: 14994424.
HSL color Cylindrical-coordinate representation of color #F8CBE4: hue angle of 326.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 #F8CBE4 is Cyan = 0, Magento = 0.18, Yellow = 0.08 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 203 | 228 | - |
| CMYK | 0 | 0.18 | 0.08 | 0.03 |
| HSL | 326.67º | 0.76% | 0.88% | - |
| HSV(B) | 326.67º | 0.18% | 0.97% | - |
| XYZ | 74.07 | 68.27 | 82.67 | - |
| YUV | 219.31 | 132.91 | 148.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 203 | 228 | 0 | 0.18 | 0.08 | 0.03 | 326.67 | 0.76 | 0.88 |
| Hex | F8 | CB | E4 | 0 | 12 | 8 | 3 | 147 | 4C | 58 |
| Octal | 370 | 313 | 344 | 0 | 22 | 10 | 3 | 507 | 114 | 130 |
| Binary | 11111000 | 11001011 | 11100100 | 0 | 10010 | 1000 | 11 | 101000111 | 1001100 | 1011000 |
Color Harmonies of #F8CBE4
Complementary color
Monochromatic Colors of #F8CBE4
Black with #F8CBE4
Text Example
Text Example
White with #F8CBE4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8CBE4; }
p { color: rgb(248,203,228); }
H1.HeaderClassName
{
color: #F8CBE4;
}
.AnyTagClassName
{
color: #F8CBE4;
}
</style>
background-color css
<style>
a { background-color: #F8CBE4; }
a { background-color: rgb(248,203,228); }
div.DivClassName
{
background-color: #F8CBE4;
}
.BgClassName
{
background-color: #F8CBE4;
}
</style>
border-color css
<style>
span { border-color: #F8CBE4; }
span { border-color: rgb(248,203,228); }
td.TdClassName
{
border-color: #F8CBE4;
}
.TagClassName
{
border-color: #F8CBE4;
}
</style>