Shades of Classic Rose #F4CBDA
Tints of Classic Rose #F4CBDA
RGB
CMYK
RGB Variations
Color information
#F4CBDA (or 0xF4CBDA) is known color: Classic Rose. HEX triplet: F4, CB and DA. RGB value is (244,203,218). Sum of RGB (Red+Green+Blue) = 244+203+218=665 (88% of max value = 765). Red value is 244 (95.70% from 255 or 36.69% from 665); Green value is 203 (79.69% from 255 or 30.53% from 665); Blue value is 218 (85.55% from 255 or 32.78% from 665); Max value from RGB is 244 - color contains mainly: red. Hex color #F4CBDA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F4CBDA is #0B3425. Grayscale: #D8D8D8. Windows color (decimal): -734246 or 14339060. OLE color: 14339060.
HSL color Cylindrical-coordinate representation of color #F4CBDA: hue angle of 338.05º 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 #F4CBDA is Cyan = 0, Magento = 0.17, Yellow = 0.11 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 203 | 218 | - |
| CMYK | 0 | 0.17 | 0.11 | 0.04 |
| HSL | 338.05º | 0.65% | 0.88% | - |
| HSV(B) | 338.05º | 0.17% | 0.96% | - |
| XYZ | 71.32 | 67.01 | 75.5 | - |
| YUV | 216.97 | 128.58 | 147.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 203 | 218 | 0 | 0.17 | 0.11 | 0.04 | 338.05 | 0.65 | 0.88 |
| Hex | F4 | CB | DA | 0 | 11 | B | 4 | 152 | 41 | 58 |
| Octal | 364 | 313 | 332 | 0 | 21 | 13 | 4 | 522 | 101 | 130 |
| Binary | 11110100 | 11001011 | 11011010 | 0 | 10001 | 1011 | 100 | 101010010 | 1000001 | 1011000 |
Color Harmonies of #F4CBDA
Complementary color
Monochromatic Colors of #F4CBDA
Black with #F4CBDA
Text Example
Text Example
White with #F4CBDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F4CBDA; }
p { color: rgb(244,203,218); }
H1.HeaderClassName
{
color: #F4CBDA;
}
.AnyTagClassName
{
color: #F4CBDA;
}
</style>
background-color css
<style>
a { background-color: #F4CBDA; }
a { background-color: rgb(244,203,218); }
div.DivClassName
{
background-color: #F4CBDA;
}
.BgClassName
{
background-color: #F4CBDA;
}
</style>
border-color css
<style>
span { border-color: #F4CBDA; }
span { border-color: rgb(244,203,218); }
td.TdClassName
{
border-color: #F4CBDA;
}
.TagClassName
{
border-color: #F4CBDA;
}
</style>