Shades of Coral Candy #F9D0CA
Tints of Coral Candy #F9D0CA
RGB
CMYK
RGB Variations
Color information
#F9D0CA (or 0xF9D0CA) is known color: Coral Candy. HEX triplet: F9, D0 and CA. RGB value is (249,208,202). Sum of RGB (Red+Green+Blue) = 249+208+202=659 (87% of max value = 765). Red value is 249 (97.66% from 255 or 37.78% from 659); Green value is 208 (81.64% from 255 or 31.56% from 659); Blue value is 202 (79.30% from 255 or 30.65% from 659); Max value from RGB is 249 - color contains mainly: red. Hex color #F9D0CA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F9D0CA is #062F35. Grayscale: #DBDBDB. Windows color (decimal): -405302 or 13291769. OLE color: 13291769.
HSL color Cylindrical-coordinate representation of color #F9D0CA: hue angle of 7.66º degrees, saturation: 0.8, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #F9D0CA is Cyan = 0, Magento = 0.16, Yellow = 0.19 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 208 | 202 | - |
| CMYK | 0 | 0.16 | 0.19 | 0.02 |
| HSL | 7.66º | 0.8% | 0.88% | - |
| HSV(B) | 7.66º | 0.19% | 0.98% | - |
| XYZ | 72.28 | 69.52 | 65.49 | - |
| YUV | 219.58 | 118.08 | 148.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 208 | 202 | 0 | 0.16 | 0.19 | 0.02 | 7.66 | 0.8 | 0.88 |
| Hex | F9 | D0 | CA | 0 | 10 | 13 | 2 | 8 | 50 | 58 |
| Octal | 371 | 320 | 312 | 0 | 20 | 23 | 2 | 10 | 120 | 130 |
| Binary | 11111001 | 11010000 | 11001010 | 0 | 10000 | 10011 | 10 | 1000 | 1010000 | 1011000 |
Color Harmonies of #F9D0CA
Complementary color
Monochromatic Colors of #F9D0CA
Black with #F9D0CA
Text Example
Text Example
White with #F9D0CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9D0CA; }
p { color: rgb(249,208,202); }
H1.HeaderClassName
{
color: #F9D0CA;
}
.AnyTagClassName
{
color: #F9D0CA;
}
</style>
background-color css
<style>
a { background-color: #F9D0CA; }
a { background-color: rgb(249,208,202); }
div.DivClassName
{
background-color: #F9D0CA;
}
.BgClassName
{
background-color: #F9D0CA;
}
</style>
border-color css
<style>
span { border-color: #F9D0CA; }
span { border-color: rgb(249,208,202); }
td.TdClassName
{
border-color: #F9D0CA;
}
.TagClassName
{
border-color: #F9D0CA;
}
</style>