Shades of Coral Candy #F9CAC2
Tints of Coral Candy #F9CAC2
RGB
CMYK
RGB Variations
Color information
#F9CAC2 (or 0xF9CAC2) is known color: Coral Candy. HEX triplet: F9, CA and C2. RGB value is (249,202,194). Sum of RGB (Red+Green+Blue) = 249+202+194=645 (85% of max value = 765). Red value is 249 (97.66% from 255 or 38.60% from 645); Green value is 202 (79.30% from 255 or 31.32% from 645); Blue value is 194 (76.17% from 255 or 30.08% from 645); Max value from RGB is 249 - color contains mainly: red. Hex color #F9CAC2 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F9CAC2 is #06353D. Grayscale: #D7D7D7. Windows color (decimal): -406846 or 12765945. OLE color: 12765945.
HSL color Cylindrical-coordinate representation of color #F9CAC2: hue angle of 8.73º degrees, saturation: 0.82, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #F9CAC2 is Cyan = 0, Magento = 0.19, Yellow = 0.22 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 202 | 194 | - |
| CMYK | 0 | 0.19 | 0.22 | 0.02 |
| HSL | 8.73º | 0.82% | 0.87% | - |
| HSV(B) | 8.73º | 0.22% | 0.98% | - |
| XYZ | 69.93 | 66.28 | 60.15 | - |
| YUV | 215.14 | 116.07 | 152.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 202 | 194 | 0 | 0.19 | 0.22 | 0.02 | 8.73 | 0.82 | 0.87 |
| Hex | F9 | CA | C2 | 0 | 13 | 16 | 2 | 9 | 52 | 57 |
| Octal | 371 | 312 | 302 | 0 | 23 | 26 | 2 | 11 | 122 | 127 |
| Binary | 11111001 | 11001010 | 11000010 | 0 | 10011 | 10110 | 10 | 1001 | 1010010 | 1010111 |
Color Harmonies of #F9CAC2
Complementary color
Monochromatic Colors of #F9CAC2
Black with #F9CAC2
Text Example
Text Example
White with #F9CAC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9CAC2; }
p { color: rgb(249,202,194); }
H1.HeaderClassName
{
color: #F9CAC2;
}
.AnyTagClassName
{
color: #F9CAC2;
}
</style>
background-color css
<style>
a { background-color: #F9CAC2; }
a { background-color: rgb(249,202,194); }
div.DivClassName
{
background-color: #F9CAC2;
}
.BgClassName
{
background-color: #F9CAC2;
}
</style>
border-color css
<style>
span { border-color: #F9CAC2; }
span { border-color: rgb(249,202,194); }
td.TdClassName
{
border-color: #F9CAC2;
}
.TagClassName
{
border-color: #F9CAC2;
}
</style>