Shades of Classic Rose #F4BDE3
Tints of Classic Rose #F4BDE3
RGB
CMYK
RGB Variations
Color information
#F4BDE3 (or 0xF4BDE3) is known color: Classic Rose. HEX triplet: F4, BD and E3. RGB value is (244,189,227). Sum of RGB (Red+Green+Blue) = 244+189+227=660 (87% of max value = 765). Red value is 244 (95.70% from 255 or 36.97% from 660); Green value is 189 (74.22% from 255 or 28.64% from 660); Blue value is 227 (89.06% from 255 or 34.39% from 660); Max value from RGB is 244 - color contains mainly: red. Hex color #F4BDE3 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F4BDE3 is #0B421C. Grayscale: #D1D1D1. Windows color (decimal): -737821 or 14925300. OLE color: 14925300.
HSL color Cylindrical-coordinate representation of color #F4BDE3: hue angle of 318.55º degrees, saturation: 0.71, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #F4BDE3 is Cyan = 0, Magento = 0.23, Yellow = 0.07 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 189 | 227 | - |
| CMYK | 0 | 0.23 | 0.07 | 0.04 |
| HSL | 318.55º | 0.71% | 0.85% | - |
| HSV(B) | 318.55º | 0.23% | 0.96% | - |
| XYZ | 69.37 | 61.17 | 80.82 | - |
| YUV | 209.78 | 137.72 | 152.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 189 | 227 | 0 | 0.23 | 0.07 | 0.04 | 318.55 | 0.71 | 0.85 |
| Hex | F4 | BD | E3 | 0 | 17 | 7 | 4 | 13F | 47 | 55 |
| Octal | 364 | 275 | 343 | 0 | 27 | 7 | 4 | 477 | 107 | 125 |
| Binary | 11110100 | 10111101 | 11100011 | 0 | 10111 | 111 | 100 | 100111111 | 1000111 | 1010101 |
Color Harmonies of #F4BDE3
Complementary color
Monochromatic Colors of #F4BDE3
Black with #F4BDE3
Text Example
Text Example
White with #F4BDE3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F4BDE3; }
p { color: rgb(244,189,227); }
H1.HeaderClassName
{
color: #F4BDE3;
}
.AnyTagClassName
{
color: #F4BDE3;
}
</style>
background-color css
<style>
a { background-color: #F4BDE3; }
a { background-color: rgb(244,189,227); }
div.DivClassName
{
background-color: #F4BDE3;
}
.BgClassName
{
background-color: #F4BDE3;
}
</style>
border-color css
<style>
span { border-color: #F4BDE3; }
span { border-color: rgb(244,189,227); }
td.TdClassName
{
border-color: #F4BDE3;
}
.TagClassName
{
border-color: #F4BDE3;
}
</style>