Shades of Classic Rose #F8CBDB
Tints of Classic Rose #F8CBDB
RGB
CMYK
RGB Variations
Color information
#F8CBDB (or 0xF8CBDB) is known color: Classic Rose. HEX triplet: F8, CB and DB. RGB value is (248,203,219). Sum of RGB (Red+Green+Blue) = 248+203+219=670 (88% of max value = 765). Red value is 248 (97.27% from 255 or 37.01% from 670); Green value is 203 (79.69% from 255 or 30.30% from 670); Blue value is 219 (85.94% from 255 or 32.69% from 670); Max value from RGB is 248 - color contains mainly: red. Hex color #F8CBDB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F8CBDB is #073424. Grayscale: #DADADA. Windows color (decimal): -472101 or 14404600. OLE color: 14404600.
HSL color Cylindrical-coordinate representation of color #F8CBDB: hue angle of 338.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 #F8CBDB is Cyan = 0, Magento = 0.18, Yellow = 0.12 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 203 | 219 | - |
| CMYK | 0 | 0.18 | 0.12 | 0.03 |
| HSL | 338.67º | 0.76% | 0.88% | - |
| HSV(B) | 338.67º | 0.18% | 0.97% | - |
| XYZ | 72.85 | 67.78 | 76.26 | - |
| YUV | 218.28 | 128.41 | 149.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 203 | 219 | 0 | 0.18 | 0.12 | 0.03 | 338.67 | 0.76 | 0.88 |
| Hex | F8 | CB | DB | 0 | 12 | C | 3 | 153 | 4C | 58 |
| Octal | 370 | 313 | 333 | 0 | 22 | 14 | 3 | 523 | 114 | 130 |
| Binary | 11111000 | 11001011 | 11011011 | 0 | 10010 | 1100 | 11 | 101010011 | 1001100 | 1011000 |
Color Harmonies of #F8CBDB
Complementary color
Monochromatic Colors of #F8CBDB
Black with #F8CBDB
Text Example
Text Example
White with #F8CBDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8CBDB; }
p { color: rgb(248,203,219); }
H1.HeaderClassName
{
color: #F8CBDB;
}
.AnyTagClassName
{
color: #F8CBDB;
}
</style>
background-color css
<style>
a { background-color: #F8CBDB; }
a { background-color: rgb(248,203,219); }
div.DivClassName
{
background-color: #F8CBDB;
}
.BgClassName
{
background-color: #F8CBDB;
}
</style>
border-color css
<style>
span { border-color: #F8CBDB; }
span { border-color: rgb(248,203,219); }
td.TdClassName
{
border-color: #F8CBDB;
}
.TagClassName
{
border-color: #F8CBDB;
}
</style>