Shades of Coral Candy #F4CFCC
Tints of Coral Candy #F4CFCC
RGB
CMYK
RGB Variations
Color information
#F4CFCC (or 0xF4CFCC) is known color: Coral Candy. HEX triplet: F4, CF and CC. RGB value is (244,207,204). Sum of RGB (Red+Green+Blue) = 244+207+204=655 (86% of max value = 765). Red value is 244 (95.70% from 255 or 37.25% from 655); Green value is 207 (81.25% from 255 or 31.60% from 655); Blue value is 204 (80.08% from 255 or 31.15% from 655); Max value from RGB is 244 - color contains mainly: red. Hex color #F4CFCC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F4CFCC is #0B3033. Grayscale: #D9D9D9. Windows color (decimal): -733236 or 13422580. OLE color: 13422580.
HSL color Cylindrical-coordinate representation of color #F4CFCC: hue angle of 4.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 #F4CFCC is Cyan = 0, Magento = 0.15, Yellow = 0.16 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 207 | 204 | - |
| CMYK | 0 | 0.15 | 0.16 | 0.04 |
| HSL | 4.5º | 0.65% | 0.88% | - |
| HSV(B) | 4.5º | 0.16% | 0.96% | - |
| XYZ | 70.52 | 68.22 | 66.58 | - |
| YUV | 217.72 | 120.26 | 146.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 207 | 204 | 0 | 0.15 | 0.16 | 0.04 | 4.5 | 0.65 | 0.88 |
| Hex | F4 | CF | CC | 0 | F | 10 | 4 | 4 | 41 | 58 |
| Octal | 364 | 317 | 314 | 0 | 17 | 20 | 4 | 4 | 101 | 130 |
| Binary | 11110100 | 11001111 | 11001100 | 0 | 1111 | 10000 | 100 | 100 | 1000001 | 1011000 |
Color Harmonies of #F4CFCC
Complementary color
Monochromatic Colors of #F4CFCC
Black with #F4CFCC
Text Example
Text Example
White with #F4CFCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F4CFCC; }
p { color: rgb(244,207,204); }
H1.HeaderClassName
{
color: #F4CFCC;
}
.AnyTagClassName
{
color: #F4CFCC;
}
</style>
background-color css
<style>
a { background-color: #F4CFCC; }
a { background-color: rgb(244,207,204); }
div.DivClassName
{
background-color: #F4CFCC;
}
.BgClassName
{
background-color: #F4CFCC;
}
</style>
border-color css
<style>
span { border-color: #F4CFCC; }
span { border-color: rgb(244,207,204); }
td.TdClassName
{
border-color: #F4CFCC;
}
.TagClassName
{
border-color: #F4CFCC;
}
</style>