Shades of Coral Candy #F4D1CC
Tints of Coral Candy #F4D1CC
RGB
CMYK
RGB Variations
Color information
#F4D1CC (or 0xF4D1CC) is known color: Coral Candy. HEX triplet: F4, D1 and CC. RGB value is (244,209,204). Sum of RGB (Red+Green+Blue) = 244+209+204=657 (87% of max value = 765). Red value is 244 (95.70% from 255 or 37.14% from 657); Green value is 209 (82.03% from 255 or 31.81% from 657); Blue value is 204 (80.08% from 255 or 31.05% from 657); Max value from RGB is 244 - color contains mainly: red. Hex color #F4D1CC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F4D1CC is #0B2E33. Grayscale: #DADADA. Windows color (decimal): -732724 or 13423092. OLE color: 13423092.
HSL color Cylindrical-coordinate representation of color #F4D1CC: hue angle of 7.5º 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 #F4D1CC is Cyan = 0, Magento = 0.14, Yellow = 0.16 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 209 | 204 | - |
| CMYK | 0 | 0.14 | 0.16 | 0.04 |
| HSL | 7.5º | 0.65% | 0.88% | - |
| HSV(B) | 7.5º | 0.16% | 0.96% | - |
| XYZ | 71.01 | 69.19 | 66.74 | - |
| YUV | 218.9 | 119.6 | 145.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 209 | 204 | 0 | 0.14 | 0.16 | 0.04 | 7.5 | 0.65 | 0.88 |
| Hex | F4 | D1 | CC | 0 | E | 10 | 4 | 8 | 41 | 58 |
| Octal | 364 | 321 | 314 | 0 | 16 | 20 | 4 | 10 | 101 | 130 |
| Binary | 11110100 | 11010001 | 11001100 | 0 | 1110 | 10000 | 100 | 1000 | 1000001 | 1011000 |
Color Harmonies of #F4D1CC
Complementary color
Monochromatic Colors of #F4D1CC
Black with #F4D1CC
Text Example
Text Example
White with #F4D1CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F4D1CC; }
p { color: rgb(244,209,204); }
H1.HeaderClassName
{
color: #F4D1CC;
}
.AnyTagClassName
{
color: #F4D1CC;
}
</style>
background-color css
<style>
a { background-color: #F4D1CC; }
a { background-color: rgb(244,209,204); }
div.DivClassName
{
background-color: #F4D1CC;
}
.BgClassName
{
background-color: #F4D1CC;
}
</style>
border-color css
<style>
span { border-color: #F4D1CC; }
span { border-color: rgb(244,209,204); }
td.TdClassName
{
border-color: #F4D1CC;
}
.TagClassName
{
border-color: #F4D1CC;
}
</style>