Shades of Coral Candy #F2CAC3
Tints of Coral Candy #F2CAC3
RGB
CMYK
RGB Variations
Color information
#F2CAC3 (or 0xF2CAC3) is known color: Coral Candy. HEX triplet: F2, CA and C3. RGB value is (242,202,195). Sum of RGB (Red+Green+Blue) = 242+202+195=639 (84% of max value = 765). Red value is 242 (94.92% from 255 or 37.87% from 639); Green value is 202 (79.30% from 255 or 31.61% from 639); Blue value is 195 (76.56% from 255 or 30.52% from 639); Max value from RGB is 242 - color contains mainly: red. Hex color #F2CAC3 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F2CAC3 is #0D353C. Grayscale: #D5D5D5. Windows color (decimal): -865597 or 12831474. OLE color: 12831474.
HSL color Cylindrical-coordinate representation of color #F2CAC3: hue angle of 8.94º degrees, saturation: 0.64, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #F2CAC3 is Cyan = 0, Magento = 0.17, Yellow = 0.19 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 202 | 195 | - |
| CMYK | 0 | 0.17 | 0.19 | 0.05 |
| HSL | 8.94º | 0.64% | 0.86% | - |
| HSV(B) | 8.94º | 0.19% | 0.95% | - |
| XYZ | 67.59 | 65.06 | 60.62 | - |
| YUV | 213.16 | 117.75 | 148.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 202 | 195 | 0 | 0.17 | 0.19 | 0.05 | 8.94 | 0.64 | 0.86 |
| Hex | F2 | CA | C3 | 0 | 11 | 13 | 5 | 9 | 40 | 56 |
| Octal | 362 | 312 | 303 | 0 | 21 | 23 | 5 | 11 | 100 | 126 |
| Binary | 11110010 | 11001010 | 11000011 | 0 | 10001 | 10011 | 101 | 1001 | 1000000 | 1010110 |
Color Harmonies of #F2CAC3
Complementary color
Monochromatic Colors of #F2CAC3
Black with #F2CAC3
Text Example
Text Example
White with #F2CAC3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2CAC3; }
p { color: rgb(242,202,195); }
H1.HeaderClassName
{
color: #F2CAC3;
}
.AnyTagClassName
{
color: #F2CAC3;
}
</style>
background-color css
<style>
a { background-color: #F2CAC3; }
a { background-color: rgb(242,202,195); }
div.DivClassName
{
background-color: #F2CAC3;
}
.BgClassName
{
background-color: #F2CAC3;
}
</style>
border-color css
<style>
span { border-color: #F2CAC3; }
span { border-color: rgb(242,202,195); }
td.TdClassName
{
border-color: #F2CAC3;
}
.TagClassName
{
border-color: #F2CAC3;
}
</style>