Shades of Classic Rose #F9BFDA
Tints of Classic Rose #F9BFDA
RGB
CMYK
RGB Variations
Color information
#F9BFDA (or 0xF9BFDA) is known color: Classic Rose. HEX triplet: F9, BF and DA. RGB value is (249,191,218). Sum of RGB (Red+Green+Blue) = 249+191+218=658 (87% of max value = 765). Red value is 249 (97.66% from 255 or 37.84% from 658); Green value is 191 (75% from 255 or 29.03% from 658); Blue value is 218 (85.55% from 255 or 33.13% from 658); Max value from RGB is 249 - color contains mainly: red. Hex color #F9BFDA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F9BFDA is #064025. Grayscale: #D3D3D3. Windows color (decimal): -409638 or 14335993. OLE color: 14335993.
HSL color Cylindrical-coordinate representation of color #F9BFDA: hue angle of 332.07º 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 #F9BFDA is Cyan = 0, Magento = 0.23, Yellow = 0.12 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 191 | 218 | - |
| CMYK | 0 | 0.23 | 0.12 | 0.02 |
| HSL | 332.07º | 0.83% | 0.86% | - |
| HSV(B) | 332.07º | 0.23% | 0.98% | - |
| XYZ | 70.35 | 62.46 | 74.68 | - |
| YUV | 211.42 | 131.72 | 154.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 191 | 218 | 0 | 0.23 | 0.12 | 0.02 | 332.07 | 0.83 | 0.86 |
| Hex | F9 | BF | DA | 0 | 17 | C | 2 | 14C | 53 | 56 |
| Octal | 371 | 277 | 332 | 0 | 27 | 14 | 2 | 514 | 123 | 126 |
| Binary | 11111001 | 10111111 | 11011010 | 0 | 10111 | 1100 | 10 | 101001100 | 1010011 | 1010110 |
Color Harmonies of #F9BFDA
Complementary color
Monochromatic Colors of #F9BFDA
Black with #F9BFDA
Text Example
Text Example
White with #F9BFDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9BFDA; }
p { color: rgb(249,191,218); }
H1.HeaderClassName
{
color: #F9BFDA;
}
.AnyTagClassName
{
color: #F9BFDA;
}
</style>
background-color css
<style>
a { background-color: #F9BFDA; }
a { background-color: rgb(249,191,218); }
div.DivClassName
{
background-color: #F9BFDA;
}
.BgClassName
{
background-color: #F9BFDA;
}
</style>
border-color css
<style>
span { border-color: #F9BFDA; }
span { border-color: rgb(249,191,218); }
td.TdClassName
{
border-color: #F9BFDA;
}
.TagClassName
{
border-color: #F9BFDA;
}
</style>