Shades of Pale Rose #F4CFD2
Tints of Pale Rose #F4CFD2
RGB
CMYK
RGB Variations
Color information
#F4CFD2 (or 0xF4CFD2) is known color: Pale Rose. HEX triplet: F4, CF and D2. RGB value is (244,207,210). Sum of RGB (Red+Green+Blue) = 244+207+210=661 (87% of max value = 765). Red value is 244 (95.70% from 255 or 36.91% from 661); Green value is 207 (81.25% from 255 or 31.32% from 661); Blue value is 210 (82.42% from 255 or 31.77% from 661); Max value from RGB is 244 - color contains mainly: red. Hex color #F4CFD2 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F4CFD2 is #0B302D. Grayscale: #DADADA. Windows color (decimal): -733230 or 13815796. OLE color: 13815796.
HSL color Cylindrical-coordinate representation of color #F4CFD2: hue angle of 355.14º degrees, saturation: 0.63, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #F4CFD2 is Cyan = 0, Magento = 0.15, Yellow = 0.14 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 207 | 210 | - |
| CMYK | 0 | 0.15 | 0.14 | 0.04 |
| HSL | 355.14º | 0.63% | 0.88% | - |
| HSV(B) | 355.14º | 0.15% | 0.96% | - |
| XYZ | 71.25 | 68.51 | 70.44 | - |
| YUV | 218.41 | 123.26 | 146.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 207 | 210 | 0 | 0.15 | 0.14 | 0.04 | 355.14 | 0.63 | 0.88 |
| Hex | F4 | CF | D2 | 0 | F | E | 4 | 163 | 3F | 58 |
| Octal | 364 | 317 | 322 | 0 | 17 | 16 | 4 | 543 | 77 | 130 |
| Binary | 11110100 | 11001111 | 11010010 | 0 | 1111 | 1110 | 100 | 101100011 | 111111 | 1011000 |
Color Harmonies of #F4CFD2
Complementary color
Monochromatic Colors of #F4CFD2
Black with #F4CFD2
Text Example
Text Example
White with #F4CFD2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F4CFD2; }
p { color: rgb(244,207,210); }
H1.HeaderClassName
{
color: #F4CFD2;
}
.AnyTagClassName
{
color: #F4CFD2;
}
</style>
background-color css
<style>
a { background-color: #F4CFD2; }
a { background-color: rgb(244,207,210); }
div.DivClassName
{
background-color: #F4CFD2;
}
.BgClassName
{
background-color: #F4CFD2;
}
</style>
border-color css
<style>
span { border-color: #F4CFD2; }
span { border-color: rgb(244,207,210); }
td.TdClassName
{
border-color: #F4CFD2;
}
.TagClassName
{
border-color: #F4CFD2;
}
</style>