Shades of Classic Rose #F4BDD6
Tints of Classic Rose #F4BDD6
RGB
CMYK
RGB Variations
Color information
#F4BDD6 (or 0xF4BDD6) is known color: Classic Rose. HEX triplet: F4, BD and D6. RGB value is (244,189,214). Sum of RGB (Red+Green+Blue) = 244+189+214=647 (85% of max value = 765). Red value is 244 (95.70% from 255 or 37.71% from 647); Green value is 189 (74.22% from 255 or 29.21% from 647); Blue value is 214 (83.98% from 255 or 33.08% from 647); Max value from RGB is 244 - color contains mainly: red. Hex color #F4BDD6 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F4BDD6 is #0B4229. Grayscale: #D0D0D0. Windows color (decimal): -737834 or 14073332. OLE color: 14073332.
HSL color Cylindrical-coordinate representation of color #F4BDD6: hue angle of 332.73º 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 #F4BDD6 is Cyan = 0, Magento = 0.23, Yellow = 0.12 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 189 | 214 | - |
| CMYK | 0 | 0.23 | 0.12 | 0.04 |
| HSL | 332.73º | 0.71% | 0.85% | - |
| HSV(B) | 332.73º | 0.23% | 0.96% | - |
| XYZ | 67.64 | 60.48 | 71.73 | - |
| YUV | 208.3 | 131.22 | 153.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 189 | 214 | 0 | 0.23 | 0.12 | 0.04 | 332.73 | 0.71 | 0.85 |
| Hex | F4 | BD | D6 | 0 | 17 | C | 4 | 14D | 47 | 55 |
| Octal | 364 | 275 | 326 | 0 | 27 | 14 | 4 | 515 | 107 | 125 |
| Binary | 11110100 | 10111101 | 11010110 | 0 | 10111 | 1100 | 100 | 101001101 | 1000111 | 1010101 |
Color Harmonies of #F4BDD6
Complementary color
Monochromatic Colors of #F4BDD6
Black with #F4BDD6
Text Example
Text Example
White with #F4BDD6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F4BDD6; }
p { color: rgb(244,189,214); }
H1.HeaderClassName
{
color: #F4BDD6;
}
.AnyTagClassName
{
color: #F4BDD6;
}
</style>
background-color css
<style>
a { background-color: #F4BDD6; }
a { background-color: rgb(244,189,214); }
div.DivClassName
{
background-color: #F4BDD6;
}
.BgClassName
{
background-color: #F4BDD6;
}
</style>
border-color css
<style>
span { border-color: #F4BDD6; }
span { border-color: rgb(244,189,214); }
td.TdClassName
{
border-color: #F4BDD6;
}
.TagClassName
{
border-color: #F4BDD6;
}
</style>