Shades of Classic Rose #F4CBDF
Tints of Classic Rose #F4CBDF
RGB
CMYK
RGB Variations
Color information
#F4CBDF (or 0xF4CBDF) is known color: Classic Rose. HEX triplet: F4, CB and DF. RGB value is (244,203,223). Sum of RGB (Red+Green+Blue) = 244+203+223=670 (88% of max value = 765). Red value is 244 (95.70% from 255 or 36.42% from 670); Green value is 203 (79.69% from 255 or 30.30% from 670); Blue value is 223 (87.5% from 255 or 33.28% from 670); Max value from RGB is 244 - color contains mainly: red. Hex color #F4CBDF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F4CBDF is #0B3420. Grayscale: #D9D9D9. Windows color (decimal): -734241 or 14666740. OLE color: 14666740.
HSL color Cylindrical-coordinate representation of color #F4CBDF: hue angle of 330.73º 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 #F4CBDF is Cyan = 0, Magento = 0.17, Yellow = 0.09 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 203 | 223 | - |
| CMYK | 0 | 0.17 | 0.09 | 0.04 |
| HSL | 330.73º | 0.65% | 0.88% | - |
| HSV(B) | 330.73º | 0.17% | 0.96% | - |
| XYZ | 71.98 | 67.27 | 79 | - |
| YUV | 217.54 | 131.08 | 146.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 203 | 223 | 0 | 0.17 | 0.09 | 0.04 | 330.73 | 0.65 | 0.88 |
| Hex | F4 | CB | DF | 0 | 11 | 9 | 4 | 14B | 41 | 58 |
| Octal | 364 | 313 | 337 | 0 | 21 | 11 | 4 | 513 | 101 | 130 |
| Binary | 11110100 | 11001011 | 11011111 | 0 | 10001 | 1001 | 100 | 101001011 | 1000001 | 1011000 |
Color Harmonies of #F4CBDF
Complementary color
Monochromatic Colors of #F4CBDF
Black with #F4CBDF
Text Example
Text Example
White with #F4CBDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F4CBDF; }
p { color: rgb(244,203,223); }
H1.HeaderClassName
{
color: #F4CBDF;
}
.AnyTagClassName
{
color: #F4CBDF;
}
</style>
background-color css
<style>
a { background-color: #F4CBDF; }
a { background-color: rgb(244,203,223); }
div.DivClassName
{
background-color: #F4CBDF;
}
.BgClassName
{
background-color: #F4CBDF;
}
</style>
border-color css
<style>
span { border-color: #F4CBDF; }
span { border-color: rgb(244,203,223); }
td.TdClassName
{
border-color: #F4CBDF;
}
.TagClassName
{
border-color: #F4CBDF;
}
</style>