Shades of Coral Candy #F4CFC4
Tints of Coral Candy #F4CFC4
RGB
CMYK
RGB Variations
Color information
#F4CFC4 (or 0xF4CFC4) is known color: Coral Candy. HEX triplet: F4, CF and C4. RGB value is (244,207,196). Sum of RGB (Red+Green+Blue) = 244+207+196=647 (85% of max value = 765). Red value is 244 (95.70% from 255 or 37.71% from 647); Green value is 207 (81.25% from 255 or 31.99% from 647); Blue value is 196 (76.95% from 255 or 30.29% from 647); Max value from RGB is 244 - color contains mainly: red. Hex color #F4CFC4 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F4CFC4 is #0B303B. Grayscale: #D8D8D8. Windows color (decimal): -733244 or 12898292. OLE color: 12898292.
HSL color Cylindrical-coordinate representation of color #F4CFC4: hue angle of 13.75º degrees, saturation: 0.69, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #F4CFC4 is Cyan = 0, Magento = 0.15, Yellow = 0.20 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 207 | 196 | - |
| CMYK | 0 | 0.15 | 0.20 | 0.04 |
| HSL | 13.75º | 0.69% | 0.86% | - |
| HSV(B) | 13.75º | 0.2% | 0.96% | - |
| XYZ | 69.58 | 67.84 | 61.65 | - |
| YUV | 216.81 | 116.26 | 147.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 207 | 196 | 0 | 0.15 | 0.20 | 0.04 | 13.75 | 0.69 | 0.86 |
| Hex | F4 | CF | C4 | 0 | F | 14 | 4 | E | 45 | 56 |
| Octal | 364 | 317 | 304 | 0 | 17 | 24 | 4 | 16 | 105 | 126 |
| Binary | 11110100 | 11001111 | 11000100 | 0 | 1111 | 10100 | 100 | 1110 | 1000101 | 1010110 |
Color Harmonies of #F4CFC4
Complementary color
Monochromatic Colors of #F4CFC4
Black with #F4CFC4
Text Example
Text Example
White with #F4CFC4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F4CFC4; }
p { color: rgb(244,207,196); }
H1.HeaderClassName
{
color: #F4CFC4;
}
.AnyTagClassName
{
color: #F4CFC4;
}
</style>
background-color css
<style>
a { background-color: #F4CFC4; }
a { background-color: rgb(244,207,196); }
div.DivClassName
{
background-color: #F4CFC4;
}
.BgClassName
{
background-color: #F4CFC4;
}
</style>
border-color css
<style>
span { border-color: #F4CFC4; }
span { border-color: rgb(244,207,196); }
td.TdClassName
{
border-color: #F4CFC4;
}
.TagClassName
{
border-color: #F4CFC4;
}
</style>