Shades of Classic Rose #F9BDE7
Tints of Classic Rose #F9BDE7
RGB
CMYK
RGB Variations
Color information
#F9BDE7 (or 0xF9BDE7) is known color: Classic Rose. HEX triplet: F9, BD and E7. RGB value is (249,189,231). Sum of RGB (Red+Green+Blue) = 249+189+231=669 (88% of max value = 765). Red value is 249 (97.66% from 255 or 37.22% from 669); Green value is 189 (74.22% from 255 or 28.25% from 669); Blue value is 231 (90.62% from 255 or 34.53% from 669); Max value from RGB is 249 - color contains mainly: red. Hex color #F9BDE7 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F9BDE7 is #064218. Grayscale: #D3D3D3. Windows color (decimal): -410137 or 15187449. OLE color: 15187449.
HSL color Cylindrical-coordinate representation of color #F9BDE7: hue angle of 318º degrees, saturation: 0.83, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #F9BDE7 is Cyan = 0, Magento = 0.24, Yellow = 0.07 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 189 | 231 | - |
| CMYK | 0 | 0.24 | 0.07 | 0.02 |
| HSL | 318º | 0.83% | 0.86% | - |
| HSV(B) | 318º | 0.24% | 0.98% | - |
| XYZ | 71.69 | 62.3 | 83.85 | - |
| YUV | 211.73 | 138.88 | 154.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 189 | 231 | 0 | 0.24 | 0.07 | 0.02 | 318 | 0.83 | 0.86 |
| Hex | F9 | BD | E7 | 0 | 18 | 7 | 2 | 13E | 53 | 56 |
| Octal | 371 | 275 | 347 | 0 | 30 | 7 | 2 | 476 | 123 | 126 |
| Binary | 11111001 | 10111101 | 11100111 | 0 | 11000 | 111 | 10 | 100111110 | 1010011 | 1010110 |
Color Harmonies of #F9BDE7
Complementary color
Monochromatic Colors of #F9BDE7
Black with #F9BDE7
Text Example
Text Example
White with #F9BDE7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9BDE7; }
p { color: rgb(249,189,231); }
H1.HeaderClassName
{
color: #F9BDE7;
}
.AnyTagClassName
{
color: #F9BDE7;
}
</style>
background-color css
<style>
a { background-color: #F9BDE7; }
a { background-color: rgb(249,189,231); }
div.DivClassName
{
background-color: #F9BDE7;
}
.BgClassName
{
background-color: #F9BDE7;
}
</style>
border-color css
<style>
span { border-color: #F9BDE7; }
span { border-color: rgb(249,189,231); }
td.TdClassName
{
border-color: #F9BDE7;
}
.TagClassName
{
border-color: #F9BDE7;
}
</style>