Shades of Coral Candy #F4D0CC
Tints of Coral Candy #F4D0CC
RGB
CMYK
RGB Variations
Color information
#F4D0CC (or 0xF4D0CC) is known color: Coral Candy. HEX triplet: F4, D0 and CC. RGB value is (244,208,204). Sum of RGB (Red+Green+Blue) = 244+208+204=656 (86% of max value = 765). Red value is 244 (95.70% from 255 or 37.20% from 656); Green value is 208 (81.64% from 255 or 31.71% from 656); Blue value is 204 (80.08% from 255 or 31.10% from 656); Max value from RGB is 244 - color contains mainly: red. Hex color #F4D0CC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F4D0CC is #0B2F33. Grayscale: #DADADA. Windows color (decimal): -732980 or 13422836. OLE color: 13422836.
HSL color Cylindrical-coordinate representation of color #F4D0CC: hue angle of 6º degrees, saturation: 0.65, 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 #F4D0CC is Cyan = 0, Magento = 0.15, Yellow = 0.16 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 208 | 204 | - |
| CMYK | 0 | 0.15 | 0.16 | 0.04 |
| HSL | 6º | 0.65% | 0.88% | - |
| HSV(B) | 6º | 0.16% | 0.96% | - |
| XYZ | 70.76 | 68.7 | 66.66 | - |
| YUV | 218.31 | 119.93 | 146.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 208 | 204 | 0 | 0.15 | 0.16 | 0.04 | 6 | 0.65 | 0.88 |
| Hex | F4 | D0 | CC | 0 | F | 10 | 4 | 6 | 41 | 58 |
| Octal | 364 | 320 | 314 | 0 | 17 | 20 | 4 | 6 | 101 | 130 |
| Binary | 11110100 | 11010000 | 11001100 | 0 | 1111 | 10000 | 100 | 110 | 1000001 | 1011000 |
Color Harmonies of #F4D0CC
Complementary color
Monochromatic Colors of #F4D0CC
Black with #F4D0CC
Text Example
Text Example
White with #F4D0CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F4D0CC; }
p { color: rgb(244,208,204); }
H1.HeaderClassName
{
color: #F4D0CC;
}
.AnyTagClassName
{
color: #F4D0CC;
}
</style>
background-color css
<style>
a { background-color: #F4D0CC; }
a { background-color: rgb(244,208,204); }
div.DivClassName
{
background-color: #F4D0CC;
}
.BgClassName
{
background-color: #F4D0CC;
}
</style>
border-color css
<style>
span { border-color: #F4D0CC; }
span { border-color: rgb(244,208,204); }
td.TdClassName
{
border-color: #F4D0CC;
}
.TagClassName
{
border-color: #F4D0CC;
}
</style>