Shades of Classic Rose #F4CDDF
Tints of Classic Rose #F4CDDF
RGB
CMYK
RGB Variations
Color information
#F4CDDF (or 0xF4CDDF) is known color: Classic Rose. HEX triplet: F4, CD and DF. RGB value is (244,205,223). Sum of RGB (Red+Green+Blue) = 244+205+223=672 (89% of max value = 765). Red value is 244 (95.70% from 255 or 36.31% from 672); Green value is 205 (80.47% from 255 or 30.51% from 672); Blue value is 223 (87.5% from 255 or 33.18% from 672); Max value from RGB is 244 - color contains mainly: red. Hex color #F4CDDF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F4CDDF is #0B3220. Grayscale: #DADADA. Windows color (decimal): -733729 or 14667252. OLE color: 14667252.
HSL color Cylindrical-coordinate representation of color #F4CDDF: hue angle of 332.31º degrees, saturation: 0.64, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #F4CDDF is Cyan = 0, Magento = 0.16, Yellow = 0.09 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 205 | 223 | - |
| CMYK | 0 | 0.16 | 0.09 | 0.04 |
| HSL | 332.31º | 0.64% | 0.88% | - |
| HSV(B) | 332.31º | 0.16% | 0.96% | - |
| XYZ | 72.46 | 68.22 | 79.16 | - |
| YUV | 218.71 | 130.42 | 146.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 205 | 223 | 0 | 0.16 | 0.09 | 0.04 | 332.31 | 0.64 | 0.88 |
| Hex | F4 | CD | DF | 0 | 10 | 9 | 4 | 14C | 40 | 58 |
| Octal | 364 | 315 | 337 | 0 | 20 | 11 | 4 | 514 | 100 | 130 |
| Binary | 11110100 | 11001101 | 11011111 | 0 | 10000 | 1001 | 100 | 101001100 | 1000000 | 1011000 |
Color Harmonies of #F4CDDF
Complementary color
Monochromatic Colors of #F4CDDF
Black with #F4CDDF
Text Example
Text Example
White with #F4CDDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F4CDDF; }
p { color: rgb(244,205,223); }
H1.HeaderClassName
{
color: #F4CDDF;
}
.AnyTagClassName
{
color: #F4CDDF;
}
</style>
background-color css
<style>
a { background-color: #F4CDDF; }
a { background-color: rgb(244,205,223); }
div.DivClassName
{
background-color: #F4CDDF;
}
.BgClassName
{
background-color: #F4CDDF;
}
</style>
border-color css
<style>
span { border-color: #F4CDDF; }
span { border-color: rgb(244,205,223); }
td.TdClassName
{
border-color: #F4CDDF;
}
.TagClassName
{
border-color: #F4CDDF;
}
</style>