Shades of Pale Rose #F4CED3
Tints of Pale Rose #F4CED3
RGB
CMYK
RGB Variations
Color information
#F4CED3 (or 0xF4CED3) is known color: Pale Rose. HEX triplet: F4, CE and D3. RGB value is (244,206,211). Sum of RGB (Red+Green+Blue) = 244+206+211=661 (87% of max value = 765). Red value is 244 (95.70% from 255 or 36.91% from 661); Green value is 206 (80.86% from 255 or 31.16% from 661); Blue value is 211 (82.81% from 255 or 31.92% from 661); Max value from RGB is 244 - color contains mainly: red. Hex color #F4CED3 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F4CED3 is #0B312C. Grayscale: #D9D9D9. Windows color (decimal): -733485 or 13881076. OLE color: 13881076.
HSL color Cylindrical-coordinate representation of color #F4CED3: hue angle of 352.11º degrees, saturation: 0.63, 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 #F4CED3 is Cyan = 0, Magento = 0.16, Yellow = 0.14 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 206 | 211 | - |
| CMYK | 0 | 0.16 | 0.14 | 0.04 |
| HSL | 352.11º | 0.63% | 0.88% | - |
| HSV(B) | 352.11º | 0.16% | 0.96% | - |
| XYZ | 71.14 | 68.08 | 71.02 | - |
| YUV | 217.93 | 124.09 | 146.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 206 | 211 | 0 | 0.16 | 0.14 | 0.04 | 352.11 | 0.63 | 0.88 |
| Hex | F4 | CE | D3 | 0 | 10 | E | 4 | 160 | 3F | 58 |
| Octal | 364 | 316 | 323 | 0 | 20 | 16 | 4 | 540 | 77 | 130 |
| Binary | 11110100 | 11001110 | 11010011 | 0 | 10000 | 1110 | 100 | 101100000 | 111111 | 1011000 |
Color Harmonies of #F4CED3
Complementary color
Monochromatic Colors of #F4CED3
Black with #F4CED3
Text Example
Text Example
White with #F4CED3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F4CED3; }
p { color: rgb(244,206,211); }
H1.HeaderClassName
{
color: #F4CED3;
}
.AnyTagClassName
{
color: #F4CED3;
}
</style>
background-color css
<style>
a { background-color: #F4CED3; }
a { background-color: rgb(244,206,211); }
div.DivClassName
{
background-color: #F4CED3;
}
.BgClassName
{
background-color: #F4CED3;
}
</style>
border-color css
<style>
span { border-color: #F4CED3; }
span { border-color: rgb(244,206,211); }
td.TdClassName
{
border-color: #F4CED3;
}
.TagClassName
{
border-color: #F4CED3;
}
</style>