Shades of Coral Candy #F4C8C5
Tints of Coral Candy #F4C8C5
RGB
CMYK
RGB Variations
Color information
#F4C8C5 (or 0xF4C8C5) is known color: Coral Candy. HEX triplet: F4, C8 and C5. RGB value is (244,200,197). Sum of RGB (Red+Green+Blue) = 244+200+197=641 (84% of max value = 765). Red value is 244 (95.70% from 255 or 38.07% from 641); Green value is 200 (78.52% from 255 or 31.20% from 641); Blue value is 197 (77.34% from 255 or 30.73% from 641); Max value from RGB is 244 - color contains mainly: red. Hex color #F4C8C5 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F4C8C5 is #0B373A. Grayscale: #D4D4D4. Windows color (decimal): -735035 or 12962036. OLE color: 12962036.
HSL color Cylindrical-coordinate representation of color #F4C8C5: hue angle of 3.83º degrees, saturation: 0.68, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #F4C8C5 is Cyan = 0, Magento = 0.18, Yellow = 0.19 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 200 | 197 | - |
| CMYK | 0 | 0.18 | 0.19 | 0.04 |
| HSL | 3.83º | 0.68% | 0.86% | - |
| HSV(B) | 3.83º | 0.19% | 0.96% | - |
| XYZ | 68.04 | 64.57 | 61.7 | - |
| YUV | 212.81 | 119.08 | 150.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 200 | 197 | 0 | 0.18 | 0.19 | 0.04 | 3.83 | 0.68 | 0.86 |
| Hex | F4 | C8 | C5 | 0 | 12 | 13 | 4 | 4 | 44 | 56 |
| Octal | 364 | 310 | 305 | 0 | 22 | 23 | 4 | 4 | 104 | 126 |
| Binary | 11110100 | 11001000 | 11000101 | 0 | 10010 | 10011 | 100 | 100 | 1000100 | 1010110 |
Color Harmonies of #F4C8C5
Complementary color
Monochromatic Colors of #F4C8C5
Black with #F4C8C5
Text Example
Text Example
White with #F4C8C5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F4C8C5; }
p { color: rgb(244,200,197); }
H1.HeaderClassName
{
color: #F4C8C5;
}
.AnyTagClassName
{
color: #F4C8C5;
}
</style>
background-color css
<style>
a { background-color: #F4C8C5; }
a { background-color: rgb(244,200,197); }
div.DivClassName
{
background-color: #F4C8C5;
}
.BgClassName
{
background-color: #F4C8C5;
}
</style>
border-color css
<style>
span { border-color: #F4C8C5; }
span { border-color: rgb(244,200,197); }
td.TdClassName
{
border-color: #F4C8C5;
}
.TagClassName
{
border-color: #F4C8C5;
}
</style>