Shades of Classic Rose #F8CBEA
Tints of Classic Rose #F8CBEA
RGB
CMYK
RGB Variations
Color information
#F8CBEA (or 0xF8CBEA) is known color: Classic Rose. HEX triplet: F8, CB and EA. RGB value is (248,203,234). Sum of RGB (Red+Green+Blue) = 248+203+234=685 (90% of max value = 765). Red value is 248 (97.27% from 255 or 36.20% from 685); Green value is 203 (79.69% from 255 or 29.64% from 685); Blue value is 234 (91.80% from 255 or 34.16% from 685); Max value from RGB is 248 - color contains mainly: red. Hex color #F8CBEA is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F8CBEA is #073415. Grayscale: #DBDBDB. Windows color (decimal): -472086 or 15387640. OLE color: 15387640.
HSL color Cylindrical-coordinate representation of color #F8CBEA: hue angle of 318.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 #F8CBEA is Cyan = 0, Magento = 0.18, Yellow = 0.06 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 203 | 234 | - |
| CMYK | 0 | 0.18 | 0.06 | 0.03 |
| HSL | 318.67º | 0.76% | 0.88% | - |
| HSV(B) | 318.67º | 0.18% | 0.97% | - |
| XYZ | 74.92 | 68.61 | 87.14 | - |
| YUV | 219.99 | 135.91 | 147.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 203 | 234 | 0 | 0.18 | 0.06 | 0.03 | 318.67 | 0.76 | 0.88 |
| Hex | F8 | CB | EA | 0 | 12 | 6 | 3 | 13F | 4C | 58 |
| Octal | 370 | 313 | 352 | 0 | 22 | 6 | 3 | 477 | 114 | 130 |
| Binary | 11111000 | 11001011 | 11101010 | 0 | 10010 | 110 | 11 | 100111111 | 1001100 | 1011000 |
Color Harmonies of #F8CBEA
Complementary color
Monochromatic Colors of #F8CBEA
Black with #F8CBEA
Text Example
Text Example
White with #F8CBEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8CBEA; }
p { color: rgb(248,203,234); }
H1.HeaderClassName
{
color: #F8CBEA;
}
.AnyTagClassName
{
color: #F8CBEA;
}
</style>
background-color css
<style>
a { background-color: #F8CBEA; }
a { background-color: rgb(248,203,234); }
div.DivClassName
{
background-color: #F8CBEA;
}
.BgClassName
{
background-color: #F8CBEA;
}
</style>
border-color css
<style>
span { border-color: #F8CBEA; }
span { border-color: rgb(248,203,234); }
td.TdClassName
{
border-color: #F8CBEA;
}
.TagClassName
{
border-color: #F8CBEA;
}
</style>