Shades of Coral Candy #F9CAC7
Tints of Coral Candy #F9CAC7
RGB
CMYK
RGB Variations
Color information
#F9CAC7 (or 0xF9CAC7) is known color: Coral Candy. HEX triplet: F9, CA and C7. RGB value is (249,202,199). Sum of RGB (Red+Green+Blue) = 249+202+199=650 (86% of max value = 765). Red value is 249 (97.66% from 255 or 38.31% from 650); Green value is 202 (79.30% from 255 or 31.08% from 650); Blue value is 199 (78.12% from 255 or 30.62% from 650); Max value from RGB is 249 - color contains mainly: red. Hex color #F9CAC7 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F9CAC7 is #063538. Grayscale: #D7D7D7. Windows color (decimal): -406841 or 13093625. OLE color: 13093625.
HSL color Cylindrical-coordinate representation of color #F9CAC7: hue angle of 3.6º degrees, saturation: 0.81, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #F9CAC7 is Cyan = 0, Magento = 0.19, Yellow = 0.20 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 202 | 199 | - |
| CMYK | 0 | 0.19 | 0.20 | 0.02 |
| HSL | 3.6º | 0.81% | 0.88% | - |
| HSV(B) | 3.6º | 0.2% | 0.98% | - |
| XYZ | 70.5 | 66.5 | 63.15 | - |
| YUV | 215.71 | 118.57 | 151.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 202 | 199 | 0 | 0.19 | 0.20 | 0.02 | 3.6 | 0.81 | 0.88 |
| Hex | F9 | CA | C7 | 0 | 13 | 14 | 2 | 4 | 51 | 58 |
| Octal | 371 | 312 | 307 | 0 | 23 | 24 | 2 | 4 | 121 | 130 |
| Binary | 11111001 | 11001010 | 11000111 | 0 | 10011 | 10100 | 10 | 100 | 1010001 | 1011000 |
Color Harmonies of #F9CAC7
Complementary color
Monochromatic Colors of #F9CAC7
Black with #F9CAC7
Text Example
Text Example
White with #F9CAC7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9CAC7; }
p { color: rgb(249,202,199); }
H1.HeaderClassName
{
color: #F9CAC7;
}
.AnyTagClassName
{
color: #F9CAC7;
}
</style>
background-color css
<style>
a { background-color: #F9CAC7; }
a { background-color: rgb(249,202,199); }
div.DivClassName
{
background-color: #F9CAC7;
}
.BgClassName
{
background-color: #F9CAC7;
}
</style>
border-color css
<style>
span { border-color: #F9CAC7; }
span { border-color: rgb(249,202,199); }
td.TdClassName
{
border-color: #F9CAC7;
}
.TagClassName
{
border-color: #F9CAC7;
}
</style>