Shades of Classic Rose #F4CDDB
Tints of Classic Rose #F4CDDB
RGB
CMYK
RGB Variations
Color information
#F4CDDB (or 0xF4CDDB) is known color: Classic Rose. HEX triplet: F4, CD and DB. RGB value is (244,205,219). Sum of RGB (Red+Green+Blue) = 244+205+219=668 (88% of max value = 765). Red value is 244 (95.70% from 255 or 36.53% from 668); Green value is 205 (80.47% from 255 or 30.69% from 668); Blue value is 219 (85.94% from 255 or 32.78% from 668); Max value from RGB is 244 - color contains mainly: red. Hex color #F4CDDB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F4CDDB is #0B3224. Grayscale: #DADADA. Windows color (decimal): -733733 or 14405108. OLE color: 14405108.
HSL color Cylindrical-coordinate representation of color #F4CDDB: hue angle of 338.46º 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 #F4CDDB is Cyan = 0, Magento = 0.16, Yellow = 0.10 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 205 | 219 | - |
| CMYK | 0 | 0.16 | 0.10 | 0.04 |
| HSL | 338.46º | 0.64% | 0.88% | - |
| HSV(B) | 338.46º | 0.16% | 0.96% | - |
| XYZ | 71.93 | 68.01 | 76.35 | - |
| YUV | 218.26 | 128.42 | 146.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 205 | 219 | 0 | 0.16 | 0.10 | 0.04 | 338.46 | 0.64 | 0.88 |
| Hex | F4 | CD | DB | 0 | 10 | A | 4 | 152 | 40 | 58 |
| Octal | 364 | 315 | 333 | 0 | 20 | 12 | 4 | 522 | 100 | 130 |
| Binary | 11110100 | 11001101 | 11011011 | 0 | 10000 | 1010 | 100 | 101010010 | 1000000 | 1011000 |
Color Harmonies of #F4CDDB
Complementary color
Monochromatic Colors of #F4CDDB
Black with #F4CDDB
Text Example
Text Example
White with #F4CDDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F4CDDB; }
p { color: rgb(244,205,219); }
H1.HeaderClassName
{
color: #F4CDDB;
}
.AnyTagClassName
{
color: #F4CDDB;
}
</style>
background-color css
<style>
a { background-color: #F4CDDB; }
a { background-color: rgb(244,205,219); }
div.DivClassName
{
background-color: #F4CDDB;
}
.BgClassName
{
background-color: #F4CDDB;
}
</style>
border-color css
<style>
span { border-color: #F4CDDB; }
span { border-color: rgb(244,205,219); }
td.TdClassName
{
border-color: #F4CDDB;
}
.TagClassName
{
border-color: #F4CDDB;
}
</style>