Shades of Classic Rose #F4CDE3
Tints of Classic Rose #F4CDE3
RGB
CMYK
RGB Variations
Color information
#F4CDE3 (or 0xF4CDE3) is known color: Classic Rose. HEX triplet: F4, CD and E3. RGB value is (244,205,227). Sum of RGB (Red+Green+Blue) = 244+205+227=676 (89% of max value = 765). Red value is 244 (95.70% from 255 or 36.09% from 676); Green value is 205 (80.47% from 255 or 30.33% from 676); Blue value is 227 (89.06% from 255 or 33.58% from 676); Max value from RGB is 244 - color contains mainly: red. Hex color #F4CDE3 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F4CDE3 is #0B321C. Grayscale: #DBDBDB. Windows color (decimal): -733725 or 14929396. OLE color: 14929396.
HSL color Cylindrical-coordinate representation of color #F4CDE3: hue angle of 326.15º 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 #F4CDE3 is Cyan = 0, Magento = 0.16, Yellow = 0.07 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 205 | 227 | - |
| CMYK | 0 | 0.16 | 0.07 | 0.04 |
| HSL | 326.15º | 0.64% | 0.88% | - |
| HSV(B) | 326.15º | 0.16% | 0.96% | - |
| XYZ | 73 | 68.44 | 82.04 | - |
| YUV | 219.17 | 132.42 | 145.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 205 | 227 | 0 | 0.16 | 0.07 | 0.04 | 326.15 | 0.64 | 0.88 |
| Hex | F4 | CD | E3 | 0 | 10 | 7 | 4 | 146 | 40 | 58 |
| Octal | 364 | 315 | 343 | 0 | 20 | 7 | 4 | 506 | 100 | 130 |
| Binary | 11110100 | 11001101 | 11100011 | 0 | 10000 | 111 | 100 | 101000110 | 1000000 | 1011000 |
Color Harmonies of #F4CDE3
Complementary color
Monochromatic Colors of #F4CDE3
Black with #F4CDE3
Text Example
Text Example
White with #F4CDE3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F4CDE3; }
p { color: rgb(244,205,227); }
H1.HeaderClassName
{
color: #F4CDE3;
}
.AnyTagClassName
{
color: #F4CDE3;
}
</style>
background-color css
<style>
a { background-color: #F4CDE3; }
a { background-color: rgb(244,205,227); }
div.DivClassName
{
background-color: #F4CDE3;
}
.BgClassName
{
background-color: #F4CDE3;
}
</style>
border-color css
<style>
span { border-color: #F4CDE3; }
span { border-color: rgb(244,205,227); }
td.TdClassName
{
border-color: #F4CDE3;
}
.TagClassName
{
border-color: #F4CDE3;
}
</style>