Shades of Coral Candy #F4C8C6
Tints of Coral Candy #F4C8C6
RGB
CMYK
RGB Variations
Color information
#F4C8C6 (or 0xF4C8C6) is known color: Coral Candy. HEX triplet: F4, C8 and C6. RGB value is (244,200,198). Sum of RGB (Red+Green+Blue) = 244+200+198=642 (85% of max value = 765). Red value is 244 (95.70% from 255 or 38.01% from 642); Green value is 200 (78.52% from 255 or 31.15% from 642); Blue value is 198 (77.73% from 255 or 30.84% from 642); Max value from RGB is 244 - color contains mainly: red. Hex color #F4C8C6 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F4C8C6 is #0B3739. Grayscale: #D4D4D4. Windows color (decimal): -735034 or 13027572. OLE color: 13027572.
HSL color Cylindrical-coordinate representation of color #F4C8C6: hue angle of 2.61º degrees, saturation: 0.68, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #F4C8C6 is Cyan = 0, Magento = 0.18, Yellow = 0.19 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 200 | 198 | - |
| CMYK | 0 | 0.18 | 0.19 | 0.04 |
| HSL | 2.61º | 0.68% | 0.87% | - |
| HSV(B) | 2.61º | 0.19% | 0.96% | - |
| XYZ | 68.16 | 64.62 | 62.31 | - |
| YUV | 212.93 | 119.58 | 150.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 200 | 198 | 0 | 0.18 | 0.19 | 0.04 | 2.61 | 0.68 | 0.87 |
| Hex | F4 | C8 | C6 | 0 | 12 | 13 | 4 | 3 | 44 | 57 |
| Octal | 364 | 310 | 306 | 0 | 22 | 23 | 4 | 3 | 104 | 127 |
| Binary | 11110100 | 11001000 | 11000110 | 0 | 10010 | 10011 | 100 | 11 | 1000100 | 1010111 |
Color Harmonies of #F4C8C6
Complementary color
Monochromatic Colors of #F4C8C6
Black with #F4C8C6
Text Example
Text Example
White with #F4C8C6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F4C8C6; }
p { color: rgb(244,200,198); }
H1.HeaderClassName
{
color: #F4C8C6;
}
.AnyTagClassName
{
color: #F4C8C6;
}
</style>
background-color css
<style>
a { background-color: #F4C8C6; }
a { background-color: rgb(244,200,198); }
div.DivClassName
{
background-color: #F4C8C6;
}
.BgClassName
{
background-color: #F4C8C6;
}
</style>
border-color css
<style>
span { border-color: #F4C8C6; }
span { border-color: rgb(244,200,198); }
td.TdClassName
{
border-color: #F4C8C6;
}
.TagClassName
{
border-color: #F4C8C6;
}
</style>