Shades of Classic Rose #F4CBE4
Tints of Classic Rose #F4CBE4
RGB
CMYK
RGB Variations
Color information
#F4CBE4 (or 0xF4CBE4) is known color: Classic Rose. HEX triplet: F4, CB and E4. RGB value is (244,203,228). Sum of RGB (Red+Green+Blue) = 244+203+228=675 (89% of max value = 765). Red value is 244 (95.70% from 255 or 36.15% from 675); Green value is 203 (79.69% from 255 or 30.07% from 675); Blue value is 228 (89.45% from 255 or 33.78% from 675); Max value from RGB is 244 - color contains mainly: red. Hex color #F4CBE4 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F4CBE4 is #0B341B. Grayscale: #DADADA. Windows color (decimal): -734236 or 14994420. OLE color: 14994420.
HSL color Cylindrical-coordinate representation of color #F4CBE4: hue angle of 323.41º 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 #F4CBE4 is Cyan = 0, Magento = 0.17, Yellow = 0.07 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 203 | 228 | - |
| CMYK | 0 | 0.17 | 0.07 | 0.04 |
| HSL | 323.41º | 0.65% | 0.88% | - |
| HSV(B) | 323.41º | 0.17% | 0.96% | - |
| XYZ | 72.67 | 67.55 | 82.61 | - |
| YUV | 218.11 | 133.58 | 146.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 203 | 228 | 0 | 0.17 | 0.07 | 0.04 | 323.41 | 0.65 | 0.88 |
| Hex | F4 | CB | E4 | 0 | 11 | 7 | 4 | 143 | 41 | 58 |
| Octal | 364 | 313 | 344 | 0 | 21 | 7 | 4 | 503 | 101 | 130 |
| Binary | 11110100 | 11001011 | 11100100 | 0 | 10001 | 111 | 100 | 101000011 | 1000001 | 1011000 |
Color Harmonies of #F4CBE4
Complementary color
Monochromatic Colors of #F4CBE4
Black with #F4CBE4
Text Example
Text Example
White with #F4CBE4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F4CBE4; }
p { color: rgb(244,203,228); }
H1.HeaderClassName
{
color: #F4CBE4;
}
.AnyTagClassName
{
color: #F4CBE4;
}
</style>
background-color css
<style>
a { background-color: #F4CBE4; }
a { background-color: rgb(244,203,228); }
div.DivClassName
{
background-color: #F4CBE4;
}
.BgClassName
{
background-color: #F4CBE4;
}
</style>
border-color css
<style>
span { border-color: #F4CBE4; }
span { border-color: rgb(244,203,228); }
td.TdClassName
{
border-color: #F4CBE4;
}
.TagClassName
{
border-color: #F4CBE4;
}
</style>