Shades of Coral Candy #F4CFCD
Tints of Coral Candy #F4CFCD
RGB
CMYK
RGB Variations
Color information
#F4CFCD (or 0xF4CFCD) is known color: Coral Candy. HEX triplet: F4, CF and CD. RGB value is (244,207,205). Sum of RGB (Red+Green+Blue) = 244+207+205=656 (86% of max value = 765). Red value is 244 (95.70% from 255 or 37.20% from 656); Green value is 207 (81.25% from 255 or 31.55% from 656); Blue value is 205 (80.47% from 255 or 31.25% from 656); Max value from RGB is 244 - color contains mainly: red. Hex color #F4CFCD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F4CFCD is #0B3032. Grayscale: #D9D9D9. Windows color (decimal): -733235 or 13488116. OLE color: 13488116.
HSL color Cylindrical-coordinate representation of color #F4CFCD: hue angle of 3.08º degrees, saturation: 0.64, 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 #F4CFCD is Cyan = 0, Magento = 0.15, Yellow = 0.16 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 207 | 205 | - |
| CMYK | 0 | 0.15 | 0.16 | 0.04 |
| HSL | 3.08º | 0.64% | 0.88% | - |
| HSV(B) | 3.08º | 0.16% | 0.96% | - |
| XYZ | 70.64 | 68.27 | 67.21 | - |
| YUV | 217.84 | 120.76 | 146.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 207 | 205 | 0 | 0.15 | 0.16 | 0.04 | 3.08 | 0.64 | 0.88 |
| Hex | F4 | CF | CD | 0 | F | 10 | 4 | 3 | 40 | 58 |
| Octal | 364 | 317 | 315 | 0 | 17 | 20 | 4 | 3 | 100 | 130 |
| Binary | 11110100 | 11001111 | 11001101 | 0 | 1111 | 10000 | 100 | 11 | 1000000 | 1011000 |
Color Harmonies of #F4CFCD
Complementary color
Monochromatic Colors of #F4CFCD
Black with #F4CFCD
Text Example
Text Example
White with #F4CFCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F4CFCD; }
p { color: rgb(244,207,205); }
H1.HeaderClassName
{
color: #F4CFCD;
}
.AnyTagClassName
{
color: #F4CFCD;
}
</style>
background-color css
<style>
a { background-color: #F4CFCD; }
a { background-color: rgb(244,207,205); }
div.DivClassName
{
background-color: #F4CFCD;
}
.BgClassName
{
background-color: #F4CFCD;
}
</style>
border-color css
<style>
span { border-color: #F4CFCD; }
span { border-color: rgb(244,207,205); }
td.TdClassName
{
border-color: #F4CFCD;
}
.TagClassName
{
border-color: #F4CFCD;
}
</style>