Shades of Classic Rose #F4BEDB
Tints of Classic Rose #F4BEDB
RGB
CMYK
RGB Variations
Color information
#F4BEDB (or 0xF4BEDB) is known color: Classic Rose. HEX triplet: F4, BE and DB. RGB value is (244,190,219). Sum of RGB (Red+Green+Blue) = 244+190+219=653 (86% of max value = 765). Red value is 244 (95.70% from 255 or 37.37% from 653); Green value is 190 (74.61% from 255 or 29.10% from 653); Blue value is 219 (85.94% from 255 or 33.54% from 653); Max value from RGB is 244 - color contains mainly: red. Hex color #F4BEDB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F4BEDB is #0B4124. Grayscale: #D1D1D1. Windows color (decimal): -737573 or 14401268. OLE color: 14401268.
HSL color Cylindrical-coordinate representation of color #F4BEDB: hue angle of 327.78º degrees, saturation: 0.71, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #F4BEDB is Cyan = 0, Magento = 0.22, Yellow = 0.10 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 190 | 219 | - |
| CMYK | 0 | 0.22 | 0.10 | 0.04 |
| HSL | 327.78º | 0.71% | 0.85% | - |
| HSV(B) | 327.78º | 0.22% | 0.96% | - |
| XYZ | 68.51 | 61.17 | 75.21 | - |
| YUV | 209.45 | 133.39 | 152.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 190 | 219 | 0 | 0.22 | 0.10 | 0.04 | 327.78 | 0.71 | 0.85 |
| Hex | F4 | BE | DB | 0 | 16 | A | 4 | 148 | 47 | 55 |
| Octal | 364 | 276 | 333 | 0 | 26 | 12 | 4 | 510 | 107 | 125 |
| Binary | 11110100 | 10111110 | 11011011 | 0 | 10110 | 1010 | 100 | 101001000 | 1000111 | 1010101 |
Color Harmonies of #F4BEDB
Complementary color
Monochromatic Colors of #F4BEDB
Black with #F4BEDB
Text Example
Text Example
White with #F4BEDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F4BEDB; }
p { color: rgb(244,190,219); }
H1.HeaderClassName
{
color: #F4BEDB;
}
.AnyTagClassName
{
color: #F4BEDB;
}
</style>
background-color css
<style>
a { background-color: #F4BEDB; }
a { background-color: rgb(244,190,219); }
div.DivClassName
{
background-color: #F4BEDB;
}
.BgClassName
{
background-color: #F4BEDB;
}
</style>
border-color css
<style>
span { border-color: #F4BEDB; }
span { border-color: rgb(244,190,219); }
td.TdClassName
{
border-color: #F4BEDB;
}
.TagClassName
{
border-color: #F4BEDB;
}
</style>