Shades of Classic Rose #F8BFDF
Tints of Classic Rose #F8BFDF
RGB
CMYK
RGB Variations
Color information
#F8BFDF (or 0xF8BFDF) is known color: Classic Rose. HEX triplet: F8, BF and DF. RGB value is (248,191,223). Sum of RGB (Red+Green+Blue) = 248+191+223=662 (87% of max value = 765). Red value is 248 (97.27% from 255 or 37.46% from 662); Green value is 191 (75% from 255 or 28.85% from 662); Blue value is 223 (87.5% from 255 or 33.69% from 662); Max value from RGB is 248 - color contains mainly: red. Hex color #F8BFDF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F8BFDF is #074020. Grayscale: #D3D3D3. Windows color (decimal): -475169 or 14663672. OLE color: 14663672.
HSL color Cylindrical-coordinate representation of color #F8BFDF: hue angle of 326.32º degrees, saturation: 0.8, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #F8BFDF is Cyan = 0, Magento = 0.23, Yellow = 0.10 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 191 | 223 | - |
| CMYK | 0 | 0.23 | 0.10 | 0.03 |
| HSL | 326.32º | 0.8% | 0.86% | - |
| HSV(B) | 326.32º | 0.23% | 0.97% | - |
| XYZ | 70.66 | 62.55 | 78.16 | - |
| YUV | 211.69 | 134.38 | 153.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 191 | 223 | 0 | 0.23 | 0.10 | 0.03 | 326.32 | 0.8 | 0.86 |
| Hex | F8 | BF | DF | 0 | 17 | A | 3 | 146 | 50 | 56 |
| Octal | 370 | 277 | 337 | 0 | 27 | 12 | 3 | 506 | 120 | 126 |
| Binary | 11111000 | 10111111 | 11011111 | 0 | 10111 | 1010 | 11 | 101000110 | 1010000 | 1010110 |
Color Harmonies of #F8BFDF
Complementary color
Monochromatic Colors of #F8BFDF
Black with #F8BFDF
Text Example
Text Example
White with #F8BFDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8BFDF; }
p { color: rgb(248,191,223); }
H1.HeaderClassName
{
color: #F8BFDF;
}
.AnyTagClassName
{
color: #F8BFDF;
}
</style>
background-color css
<style>
a { background-color: #F8BFDF; }
a { background-color: rgb(248,191,223); }
div.DivClassName
{
background-color: #F8BFDF;
}
.BgClassName
{
background-color: #F8BFDF;
}
</style>
border-color css
<style>
span { border-color: #F8BFDF; }
span { border-color: rgb(248,191,223); }
td.TdClassName
{
border-color: #F8BFDF;
}
.TagClassName
{
border-color: #F8BFDF;
}
</style>