Shades of Classic Rose #F9BDE1
Tints of Classic Rose #F9BDE1
RGB
CMYK
RGB Variations
Color information
#F9BDE1 (or 0xF9BDE1) is known color: Classic Rose. HEX triplet: F9, BD and E1. RGB value is (249,189,225). Sum of RGB (Red+Green+Blue) = 249+189+225=663 (87% of max value = 765). Red value is 249 (97.66% from 255 or 37.56% from 663); Green value is 189 (74.22% from 255 or 28.51% from 663); Blue value is 225 (88.28% from 255 or 33.94% from 663); Max value from RGB is 249 - color contains mainly: red. Hex color #F9BDE1 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F9BDE1 is #06421E. Grayscale: #D2D2D2. Windows color (decimal): -410143 or 14794233. OLE color: 14794233.
HSL color Cylindrical-coordinate representation of color #F9BDE1: hue angle of 324º 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 #F9BDE1 is Cyan = 0, Magento = 0.24, Yellow = 0.10 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 189 | 225 | - |
| CMYK | 0 | 0.24 | 0.10 | 0.02 |
| HSL | 324º | 0.83% | 0.86% | - |
| HSV(B) | 324º | 0.24% | 0.98% | - |
| XYZ | 70.86 | 61.97 | 79.46 | - |
| YUV | 211.04 | 135.88 | 155.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 189 | 225 | 0 | 0.24 | 0.10 | 0.02 | 324 | 0.83 | 0.86 |
| Hex | F9 | BD | E1 | 0 | 18 | A | 2 | 144 | 53 | 56 |
| Octal | 371 | 275 | 341 | 0 | 30 | 12 | 2 | 504 | 123 | 126 |
| Binary | 11111001 | 10111101 | 11100001 | 0 | 11000 | 1010 | 10 | 101000100 | 1010011 | 1010110 |
Color Harmonies of #F9BDE1
Complementary color
Monochromatic Colors of #F9BDE1
Black with #F9BDE1
Text Example
Text Example
White with #F9BDE1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9BDE1; }
p { color: rgb(249,189,225); }
H1.HeaderClassName
{
color: #F9BDE1;
}
.AnyTagClassName
{
color: #F9BDE1;
}
</style>
background-color css
<style>
a { background-color: #F9BDE1; }
a { background-color: rgb(249,189,225); }
div.DivClassName
{
background-color: #F9BDE1;
}
.BgClassName
{
background-color: #F9BDE1;
}
</style>
border-color css
<style>
span { border-color: #F9BDE1; }
span { border-color: rgb(249,189,225); }
td.TdClassName
{
border-color: #F9BDE1;
}
.TagClassName
{
border-color: #F9BDE1;
}
</style>