Shades of Coral Candy #F2CAC8
Tints of Coral Candy #F2CAC8
RGB
CMYK
RGB Variations
Color information
#F2CAC8 (or 0xF2CAC8) is known color: Coral Candy. HEX triplet: F2, CA and C8. RGB value is (242,202,200). Sum of RGB (Red+Green+Blue) = 242+202+200=644 (85% of max value = 765). Red value is 242 (94.92% from 255 or 37.58% from 644); Green value is 202 (79.30% from 255 or 31.37% from 644); Blue value is 200 (78.52% from 255 or 31.06% from 644); Max value from RGB is 242 - color contains mainly: red. Hex color #F2CAC8 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F2CAC8 is #0D3537. Grayscale: #D5D5D5. Windows color (decimal): -865592 or 13159154. OLE color: 13159154.
HSL color Cylindrical-coordinate representation of color #F2CAC8: hue angle of 2.86º degrees, saturation: 0.62, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #F2CAC8 is Cyan = 0, Magento = 0.17, Yellow = 0.17 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 202 | 200 | - |
| CMYK | 0 | 0.17 | 0.17 | 0.05 |
| HSL | 2.86º | 0.62% | 0.87% | - |
| HSV(B) | 2.86º | 0.17% | 0.95% | - |
| XYZ | 68.16 | 65.29 | 63.65 | - |
| YUV | 213.73 | 120.25 | 148.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 202 | 200 | 0 | 0.17 | 0.17 | 0.05 | 2.86 | 0.62 | 0.87 |
| Hex | F2 | CA | C8 | 0 | 11 | 11 | 5 | 3 | 3E | 57 |
| Octal | 362 | 312 | 310 | 0 | 21 | 21 | 5 | 3 | 76 | 127 |
| Binary | 11110010 | 11001010 | 11001000 | 0 | 10001 | 10001 | 101 | 11 | 111110 | 1010111 |
Color Harmonies of #F2CAC8
Complementary color
Monochromatic Colors of #F2CAC8
Black with #F2CAC8
Text Example
Text Example
White with #F2CAC8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2CAC8; }
p { color: rgb(242,202,200); }
H1.HeaderClassName
{
color: #F2CAC8;
}
.AnyTagClassName
{
color: #F2CAC8;
}
</style>
background-color css
<style>
a { background-color: #F2CAC8; }
a { background-color: rgb(242,202,200); }
div.DivClassName
{
background-color: #F2CAC8;
}
.BgClassName
{
background-color: #F2CAC8;
}
</style>
border-color css
<style>
span { border-color: #F2CAC8; }
span { border-color: rgb(242,202,200); }
td.TdClassName
{
border-color: #F2CAC8;
}
.TagClassName
{
border-color: #F2CAC8;
}
</style>