Shades of Classic Rose #F9BDE4
Tints of Classic Rose #F9BDE4
RGB
CMYK
RGB Variations
Color information
#F9BDE4 (or 0xF9BDE4) is known color: Classic Rose. HEX triplet: F9, BD and E4. RGB value is (249,189,228). Sum of RGB (Red+Green+Blue) = 249+189+228=666 (88% of max value = 765). Red value is 249 (97.66% from 255 or 37.39% from 666); Green value is 189 (74.22% from 255 or 28.38% from 666); Blue value is 228 (89.45% from 255 or 34.23% from 666); Max value from RGB is 249 - color contains mainly: red. Hex color #F9BDE4 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F9BDE4 is #06421B. Grayscale: #D3D3D3. Windows color (decimal): -410140 or 14990841. OLE color: 14990841.
HSL color Cylindrical-coordinate representation of color #F9BDE4: hue angle of 321º 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 #F9BDE4 is Cyan = 0, Magento = 0.24, Yellow = 0.08 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 189 | 228 | - |
| CMYK | 0 | 0.24 | 0.08 | 0.02 |
| HSL | 321º | 0.83% | 0.86% | - |
| HSV(B) | 321º | 0.24% | 0.98% | - |
| XYZ | 71.27 | 62.14 | 81.64 | - |
| YUV | 211.39 | 137.38 | 154.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 189 | 228 | 0 | 0.24 | 0.08 | 0.02 | 321 | 0.83 | 0.86 |
| Hex | F9 | BD | E4 | 0 | 18 | 8 | 2 | 141 | 53 | 56 |
| Octal | 371 | 275 | 344 | 0 | 30 | 10 | 2 | 501 | 123 | 126 |
| Binary | 11111001 | 10111101 | 11100100 | 0 | 11000 | 1000 | 10 | 101000001 | 1010011 | 1010110 |
Color Harmonies of #F9BDE4
Complementary color
Monochromatic Colors of #F9BDE4
Black with #F9BDE4
Text Example
Text Example
White with #F9BDE4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9BDE4; }
p { color: rgb(249,189,228); }
H1.HeaderClassName
{
color: #F9BDE4;
}
.AnyTagClassName
{
color: #F9BDE4;
}
</style>
background-color css
<style>
a { background-color: #F9BDE4; }
a { background-color: rgb(249,189,228); }
div.DivClassName
{
background-color: #F9BDE4;
}
.BgClassName
{
background-color: #F9BDE4;
}
</style>
border-color css
<style>
span { border-color: #F9BDE4; }
span { border-color: rgb(249,189,228); }
td.TdClassName
{
border-color: #F9BDE4;
}
.TagClassName
{
border-color: #F9BDE4;
}
</style>