Shades of Coral Candy #F2CAC2
Tints of Coral Candy #F2CAC2
RGB
CMYK
RGB Variations
Color information
#F2CAC2 (or 0xF2CAC2) is known color: Coral Candy. HEX triplet: F2, CA and C2. RGB value is (242,202,194). Sum of RGB (Red+Green+Blue) = 242+202+194=638 (84% of max value = 765). Red value is 242 (94.92% from 255 or 37.93% from 638); Green value is 202 (79.30% from 255 or 31.66% from 638); Blue value is 194 (76.17% from 255 or 30.41% from 638); Max value from RGB is 242 - color contains mainly: red. Hex color #F2CAC2 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F2CAC2 is #0D353D. Grayscale: #D5D5D5. Windows color (decimal): -865598 or 12765938. OLE color: 12765938.
HSL color Cylindrical-coordinate representation of color #F2CAC2: hue angle of 10º degrees, saturation: 0.65, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #F2CAC2 is Cyan = 0, Magento = 0.17, Yellow = 0.20 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 202 | 194 | - |
| CMYK | 0 | 0.17 | 0.20 | 0.05 |
| HSL | 10º | 0.65% | 0.85% | - |
| HSV(B) | 10º | 0.2% | 0.95% | - |
| XYZ | 67.48 | 65.01 | 60.03 | - |
| YUV | 213.05 | 117.25 | 148.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 202 | 194 | 0 | 0.17 | 0.20 | 0.05 | 10 | 0.65 | 0.85 |
| Hex | F2 | CA | C2 | 0 | 11 | 14 | 5 | A | 41 | 55 |
| Octal | 362 | 312 | 302 | 0 | 21 | 24 | 5 | 12 | 101 | 125 |
| Binary | 11110010 | 11001010 | 11000010 | 0 | 10001 | 10100 | 101 | 1010 | 1000001 | 1010101 |
Color Harmonies of #F2CAC2
Complementary color
Monochromatic Colors of #F2CAC2
Black with #F2CAC2
Text Example
Text Example
White with #F2CAC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2CAC2; }
p { color: rgb(242,202,194); }
H1.HeaderClassName
{
color: #F2CAC2;
}
.AnyTagClassName
{
color: #F2CAC2;
}
</style>
background-color css
<style>
a { background-color: #F2CAC2; }
a { background-color: rgb(242,202,194); }
div.DivClassName
{
background-color: #F2CAC2;
}
.BgClassName
{
background-color: #F2CAC2;
}
</style>
border-color css
<style>
span { border-color: #F2CAC2; }
span { border-color: rgb(242,202,194); }
td.TdClassName
{
border-color: #F2CAC2;
}
.TagClassName
{
border-color: #F2CAC2;
}
</style>