Shades of Coral Candy #F4C6C5
Tints of Coral Candy #F4C6C5
RGB
CMYK
RGB Variations
Color information
#F4C6C5 (or 0xF4C6C5) is known color: Coral Candy. HEX triplet: F4, C6 and C5. RGB value is (244,198,197). Sum of RGB (Red+Green+Blue) = 244+198+197=639 (84% of max value = 765). Red value is 244 (95.70% from 255 or 38.18% from 639); Green value is 198 (77.73% from 255 or 30.99% from 639); Blue value is 197 (77.34% from 255 or 30.83% from 639); Max value from RGB is 244 - color contains mainly: red. Hex color #F4C6C5 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F4C6C5 is #0B393A. Grayscale: #D3D3D3. Windows color (decimal): -735547 or 12961524. OLE color: 12961524.
HSL color Cylindrical-coordinate representation of color #F4C6C5: hue angle of 1.28º 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 #F4C6C5 is Cyan = 0, Magento = 0.19, Yellow = 0.19 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 198 | 197 | - |
| CMYK | 0 | 0.19 | 0.19 | 0.04 |
| HSL | 1.28º | 0.68% | 0.86% | - |
| HSV(B) | 1.28º | 0.19% | 0.96% | - |
| XYZ | 67.58 | 63.65 | 61.55 | - |
| YUV | 211.64 | 119.74 | 151.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 198 | 197 | 0 | 0.19 | 0.19 | 0.04 | 1.28 | 0.68 | 0.86 |
| Hex | F4 | C6 | C5 | 0 | 13 | 13 | 4 | 1 | 44 | 56 |
| Octal | 364 | 306 | 305 | 0 | 23 | 23 | 4 | 1 | 104 | 126 |
| Binary | 11110100 | 11000110 | 11000101 | 0 | 10011 | 10011 | 100 | 1 | 1000100 | 1010110 |
Color Harmonies of #F4C6C5
Complementary color
Monochromatic Colors of #F4C6C5
Black with #F4C6C5
Text Example
Text Example
White with #F4C6C5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F4C6C5; }
p { color: rgb(244,198,197); }
H1.HeaderClassName
{
color: #F4C6C5;
}
.AnyTagClassName
{
color: #F4C6C5;
}
</style>
background-color css
<style>
a { background-color: #F4C6C5; }
a { background-color: rgb(244,198,197); }
div.DivClassName
{
background-color: #F4C6C5;
}
.BgClassName
{
background-color: #F4C6C5;
}
</style>
border-color css
<style>
span { border-color: #F4C6C5; }
span { border-color: rgb(244,198,197); }
td.TdClassName
{
border-color: #F4C6C5;
}
.TagClassName
{
border-color: #F4C6C5;
}
</style>