Shades of Classic Rose #F9BFDE
Tints of Classic Rose #F9BFDE
RGB
CMYK
RGB Variations
Color information
#F9BFDE (or 0xF9BFDE) is known color: Classic Rose. HEX triplet: F9, BF and DE. RGB value is (249,191,222). Sum of RGB (Red+Green+Blue) = 249+191+222=662 (87% of max value = 765). Red value is 249 (97.66% from 255 or 37.61% from 662); Green value is 191 (75% from 255 or 28.85% from 662); Blue value is 222 (87.11% from 255 or 33.53% from 662); Max value from RGB is 249 - color contains mainly: red. Hex color #F9BFDE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F9BFDE is #064021. Grayscale: #D3D3D3. Windows color (decimal): -409634 or 14598137. OLE color: 14598137.
HSL color Cylindrical-coordinate representation of color #F9BFDE: hue angle of 327.93º degrees, saturation: 0.83, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #F9BFDE is Cyan = 0, Magento = 0.23, Yellow = 0.11 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 191 | 222 | - |
| CMYK | 0 | 0.23 | 0.11 | 0.02 |
| HSL | 327.93º | 0.83% | 0.86% | - |
| HSV(B) | 327.93º | 0.23% | 0.98% | - |
| XYZ | 70.88 | 62.68 | 77.47 | - |
| YUV | 211.88 | 133.72 | 154.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 191 | 222 | 0 | 0.23 | 0.11 | 0.02 | 327.93 | 0.83 | 0.86 |
| Hex | F9 | BF | DE | 0 | 17 | B | 2 | 148 | 53 | 56 |
| Octal | 371 | 277 | 336 | 0 | 27 | 13 | 2 | 510 | 123 | 126 |
| Binary | 11111001 | 10111111 | 11011110 | 0 | 10111 | 1011 | 10 | 101001000 | 1010011 | 1010110 |
Color Harmonies of #F9BFDE
Complementary color
Monochromatic Colors of #F9BFDE
Black with #F9BFDE
Text Example
Text Example
White with #F9BFDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9BFDE; }
p { color: rgb(249,191,222); }
H1.HeaderClassName
{
color: #F9BFDE;
}
.AnyTagClassName
{
color: #F9BFDE;
}
</style>
background-color css
<style>
a { background-color: #F9BFDE; }
a { background-color: rgb(249,191,222); }
div.DivClassName
{
background-color: #F9BFDE;
}
.BgClassName
{
background-color: #F9BFDE;
}
</style>
border-color css
<style>
span { border-color: #F9BFDE; }
span { border-color: rgb(249,191,222); }
td.TdClassName
{
border-color: #F9BFDE;
}
.TagClassName
{
border-color: #F9BFDE;
}
</style>