Shades of Classic Rose #F8BFDC
Tints of Classic Rose #F8BFDC
RGB
CMYK
RGB Variations
Color information
#F8BFDC (or 0xF8BFDC) is known color: Classic Rose. HEX triplet: F8, BF and DC. RGB value is (248,191,220). Sum of RGB (Red+Green+Blue) = 248+191+220=659 (87% of max value = 765). Red value is 248 (97.27% from 255 or 37.63% from 659); Green value is 191 (75% from 255 or 28.98% from 659); Blue value is 220 (86.33% from 255 or 33.38% from 659); Max value from RGB is 248 - color contains mainly: red. Hex color #F8BFDC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F8BFDC is #074023. Grayscale: #D3D3D3. Windows color (decimal): -475172 or 14467064. OLE color: 14467064.
HSL color Cylindrical-coordinate representation of color #F8BFDC: hue angle of 329.47º 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 #F8BFDC is Cyan = 0, Magento = 0.23, Yellow = 0.11 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 191 | 220 | - |
| CMYK | 0 | 0.23 | 0.11 | 0.03 |
| HSL | 329.47º | 0.8% | 0.86% | - |
| HSV(B) | 329.47º | 0.23% | 0.97% | - |
| XYZ | 70.26 | 62.39 | 76.05 | - |
| YUV | 211.35 | 132.88 | 154.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 191 | 220 | 0 | 0.23 | 0.11 | 0.03 | 329.47 | 0.8 | 0.86 |
| Hex | F8 | BF | DC | 0 | 17 | B | 3 | 149 | 50 | 56 |
| Octal | 370 | 277 | 334 | 0 | 27 | 13 | 3 | 511 | 120 | 126 |
| Binary | 11111000 | 10111111 | 11011100 | 0 | 10111 | 1011 | 11 | 101001001 | 1010000 | 1010110 |
Color Harmonies of #F8BFDC
Complementary color
Monochromatic Colors of #F8BFDC
Black with #F8BFDC
Text Example
Text Example
White with #F8BFDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8BFDC; }
p { color: rgb(248,191,220); }
H1.HeaderClassName
{
color: #F8BFDC;
}
.AnyTagClassName
{
color: #F8BFDC;
}
</style>
background-color css
<style>
a { background-color: #F8BFDC; }
a { background-color: rgb(248,191,220); }
div.DivClassName
{
background-color: #F8BFDC;
}
.BgClassName
{
background-color: #F8BFDC;
}
</style>
border-color css
<style>
span { border-color: #F8BFDC; }
span { border-color: rgb(248,191,220); }
td.TdClassName
{
border-color: #F8BFDC;
}
.TagClassName
{
border-color: #F8BFDC;
}
</style>