Shades of Classic Rose #F9BFDF
Tints of Classic Rose #F9BFDF
RGB
CMYK
RGB Variations
Color information
#F9BFDF (or 0xF9BFDF) is known color: Classic Rose. HEX triplet: F9, BF and DF. RGB value is (249,191,223). Sum of RGB (Red+Green+Blue) = 249+191+223=663 (87% of max value = 765). Red value is 249 (97.66% from 255 or 37.56% from 663); Green value is 191 (75% from 255 or 28.81% from 663); Blue value is 223 (87.5% from 255 or 33.63% from 663); Max value from RGB is 249 - color contains mainly: red. Hex color #F9BFDF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F9BFDF is #064020. Grayscale: #D3D3D3. Windows color (decimal): -409633 or 14663673. OLE color: 14663673.
HSL color Cylindrical-coordinate representation of color #F9BFDF: hue angle of 326.9º 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 #F9BFDF is Cyan = 0, Magento = 0.23, Yellow = 0.10 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 191 | 223 | - |
| CMYK | 0 | 0.23 | 0.10 | 0.02 |
| HSL | 326.9º | 0.83% | 0.86% | - |
| HSV(B) | 326.9º | 0.23% | 0.98% | - |
| XYZ | 71.02 | 62.73 | 78.18 | - |
| YUV | 211.99 | 134.22 | 154.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 191 | 223 | 0 | 0.23 | 0.10 | 0.02 | 326.9 | 0.83 | 0.86 |
| Hex | F9 | BF | DF | 0 | 17 | A | 2 | 147 | 53 | 56 |
| Octal | 371 | 277 | 337 | 0 | 27 | 12 | 2 | 507 | 123 | 126 |
| Binary | 11111001 | 10111111 | 11011111 | 0 | 10111 | 1010 | 10 | 101000111 | 1010011 | 1010110 |
Color Harmonies of #F9BFDF
Complementary color
Monochromatic Colors of #F9BFDF
Black with #F9BFDF
Text Example
Text Example
White with #F9BFDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9BFDF; }
p { color: rgb(249,191,223); }
H1.HeaderClassName
{
color: #F9BFDF;
}
.AnyTagClassName
{
color: #F9BFDF;
}
</style>
background-color css
<style>
a { background-color: #F9BFDF; }
a { background-color: rgb(249,191,223); }
div.DivClassName
{
background-color: #F9BFDF;
}
.BgClassName
{
background-color: #F9BFDF;
}
</style>
border-color css
<style>
span { border-color: #F9BFDF; }
span { border-color: rgb(249,191,223); }
td.TdClassName
{
border-color: #F9BFDF;
}
.TagClassName
{
border-color: #F9BFDF;
}
</style>