Shades of Classic Rose #F4BDDE
Tints of Classic Rose #F4BDDE
RGB
CMYK
RGB Variations
Color information
#F4BDDE (or 0xF4BDDE) is known color: Classic Rose. HEX triplet: F4, BD and DE. RGB value is (244,189,222). Sum of RGB (Red+Green+Blue) = 244+189+222=655 (86% of max value = 765). Red value is 244 (95.70% from 255 or 37.25% from 655); Green value is 189 (74.22% from 255 or 28.85% from 655); Blue value is 222 (87.11% from 255 or 33.89% from 655); Max value from RGB is 244 - color contains mainly: red. Hex color #F4BDDE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F4BDDE is #0B4221. Grayscale: #D1D1D1. Windows color (decimal): -737826 or 14597620. OLE color: 14597620.
HSL color Cylindrical-coordinate representation of color #F4BDDE: hue angle of 324º 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 #F4BDDE is Cyan = 0, Magento = 0.23, Yellow = 0.09 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 189 | 222 | - |
| CMYK | 0 | 0.23 | 0.09 | 0.04 |
| HSL | 324º | 0.71% | 0.85% | - |
| HSV(B) | 324º | 0.23% | 0.96% | - |
| XYZ | 68.69 | 60.9 | 77.24 | - |
| YUV | 209.21 | 135.22 | 152.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 189 | 222 | 0 | 0.23 | 0.09 | 0.04 | 324 | 0.71 | 0.85 |
| Hex | F4 | BD | DE | 0 | 17 | 9 | 4 | 144 | 47 | 55 |
| Octal | 364 | 275 | 336 | 0 | 27 | 11 | 4 | 504 | 107 | 125 |
| Binary | 11110100 | 10111101 | 11011110 | 0 | 10111 | 1001 | 100 | 101000100 | 1000111 | 1010101 |
Color Harmonies of #F4BDDE
Complementary color
Monochromatic Colors of #F4BDDE
Black with #F4BDDE
Text Example
Text Example
White with #F4BDDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F4BDDE; }
p { color: rgb(244,189,222); }
H1.HeaderClassName
{
color: #F4BDDE;
}
.AnyTagClassName
{
color: #F4BDDE;
}
</style>
background-color css
<style>
a { background-color: #F4BDDE; }
a { background-color: rgb(244,189,222); }
div.DivClassName
{
background-color: #F4BDDE;
}
.BgClassName
{
background-color: #F4BDDE;
}
</style>
border-color css
<style>
span { border-color: #F4BDDE; }
span { border-color: rgb(244,189,222); }
td.TdClassName
{
border-color: #F4BDDE;
}
.TagClassName
{
border-color: #F4BDDE;
}
</style>