Shades of Coral Candy #F9CACA
Tints of Coral Candy #F9CACA
RGB
CMYK
RGB Variations
Color information
#F9CACA (or 0xF9CACA) is known color: Coral Candy. HEX triplet: F9, CA and CA. RGB value is (249,202,202). Sum of RGB (Red+Green+Blue) = 249+202+202=653 (86% of max value = 765). Red value is 249 (97.66% from 255 or 38.13% from 653); Green value is 202 (79.30% from 255 or 30.93% from 653); Blue value is 202 (79.30% from 255 or 30.93% from 653); Max value from RGB is 249 - color contains mainly: red. Hex color #F9CACA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F9CACA is #063535. Grayscale: #D8D8D8. Windows color (decimal): -406838 or 13290233. OLE color: 13290233.
HSL color Cylindrical-coordinate representation of color #F9CACA: hue angle of 0º 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 #F9CACA is Cyan = 0, Magento = 0.19, Yellow = 0.19 and Black (K on CMYK) = 0.02.
Color convert
RGB | 249 | 202 | 202 | - |
CMYK | 0 | 0.19 | 0.19 | 0.02 |
HSL | 0º | 0.8% | 0.88% | - |
HSV(B) | 0º | 0.19% | 0.98% | - |
XYZ | 70.85 | 66.65 | 65.01 | - |
YUV | 216.05 | 120.07 | 151.5 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 249 | 202 | 202 | 0 | 0.19 | 0.19 | 0.02 | 0 | 0.8 | 0.88 |
Hex | F9 | CA | CA | 0 | 13 | 13 | 2 | 0 | 50 | 58 |
Octal | 371 | 312 | 312 | 0 | 23 | 23 | 2 | 0 | 120 | 130 |
Binary | 11111001 | 11001010 | 11001010 | 0 | 10011 | 10011 | 10 | 0 | 1010000 | 1011000 |
Color Harmonies of #F9CACA
Complementary color
Monochromatic Colors of #F9CACA
Black with #F9CACA
Text Example
Text Example
White with #F9CACA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9CACA; }
p { color: rgb(249,202,202); }
H1.HeaderClassName
{
color: #F9CACA;
}
.AnyTagClassName
{
color: #F9CACA;
}
</style>
background-color css
<style>
a { background-color: #F9CACA; }
a { background-color: rgb(249,202,202); }
div.DivClassName
{
background-color: #F9CACA;
}
.BgClassName
{
background-color: #F9CACA;
}
</style>
border-color css
<style>
span { border-color: #F9CACA; }
span { border-color: rgb(249,202,202); }
td.TdClassName
{
border-color: #F9CACA;
}
.TagClassName
{
border-color: #F9CACA;
}
</style>