Shades of Classic Rose #F4CBEA
Tints of Classic Rose #F4CBEA
RGB
CMYK
RGB Variations
Color information
#F4CBEA (or 0xF4CBEA) is known color: Classic Rose. HEX triplet: F4, CB and EA. RGB value is (244,203,234). Sum of RGB (Red+Green+Blue) = 244+203+234=681 (90% of max value = 765). Red value is 244 (95.70% from 255 or 35.83% from 681); Green value is 203 (79.69% from 255 or 29.81% from 681); Blue value is 234 (91.80% from 255 or 34.36% from 681); Max value from RGB is 244 - color contains mainly: red. Hex color #F4CBEA is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F4CBEA is #0B3415. Grayscale: #DADADA. Windows color (decimal): -734230 or 15387636. OLE color: 15387636.
HSL color Cylindrical-coordinate representation of color #F4CBEA: hue angle of 314.63º degrees, saturation: 0.65, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #F4CBEA is Cyan = 0, Magento = 0.17, Yellow = 0.04 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 203 | 234 | - |
| CMYK | 0 | 0.17 | 0.04 | 0.04 |
| HSL | 314.63º | 0.65% | 0.88% | - |
| HSV(B) | 314.63º | 0.17% | 0.96% | - |
| XYZ | 73.52 | 67.89 | 87.07 | - |
| YUV | 218.79 | 136.58 | 145.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 203 | 234 | 0 | 0.17 | 0.04 | 0.04 | 314.63 | 0.65 | 0.88 |
| Hex | F4 | CB | EA | 0 | 11 | 4 | 4 | 13B | 41 | 58 |
| Octal | 364 | 313 | 352 | 0 | 21 | 4 | 4 | 473 | 101 | 130 |
| Binary | 11110100 | 11001011 | 11101010 | 0 | 10001 | 100 | 100 | 100111011 | 1000001 | 1011000 |
Color Harmonies of #F4CBEA
Complementary color
Monochromatic Colors of #F4CBEA
Black with #F4CBEA
Text Example
Text Example
White with #F4CBEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F4CBEA; }
p { color: rgb(244,203,234); }
H1.HeaderClassName
{
color: #F4CBEA;
}
.AnyTagClassName
{
color: #F4CBEA;
}
</style>
background-color css
<style>
a { background-color: #F4CBEA; }
a { background-color: rgb(244,203,234); }
div.DivClassName
{
background-color: #F4CBEA;
}
.BgClassName
{
background-color: #F4CBEA;
}
</style>
border-color css
<style>
span { border-color: #F4CBEA; }
span { border-color: rgb(244,203,234); }
td.TdClassName
{
border-color: #F4CBEA;
}
.TagClassName
{
border-color: #F4CBEA;
}
</style>