Shades of Coral Candy #FAC8C8
Tints of Coral Candy #FAC8C8
RGB
CMYK
RGB Variations
Color information
#FAC8C8 (or 0xFAC8C8) is known color: Coral Candy. HEX triplet: FA, C8 and C8. RGB value is (250,200,200). Sum of RGB (Red+Green+Blue) = 250+200+200=650 (86% of max value = 765). Red value is 250 (98.05% from 255 or 38.46% from 650); Green value is 200 (78.52% from 255 or 30.77% from 650); Blue value is 200 (78.52% from 255 or 30.77% from 650); Max value from RGB is 250 - color contains mainly: red. Hex color #FAC8C8 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FAC8C8 is #053737. Grayscale: #D7D7D7. Windows color (decimal): -341816 or 13158650. OLE color: 13158650.
HSL color Cylindrical-coordinate representation of color #FAC8C8: hue angle of 0º degrees, saturation: 0.83, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #FAC8C8 is Cyan = 0, Magento = 0.2, Yellow = 0.2 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 200 | 200 | - |
| CMYK | 0 | 0.2 | 0.2 | 0.02 |
| HSL | 0º | 0.83% | 0.88% | - |
| HSV(B) | 0º | 0.2% | 0.98% | - |
| XYZ | 70.5 | 65.8 | 63.63 | - |
| YUV | 214.95 | 119.57 | 153 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 200 | 200 | 0 | 0.2 | 0.2 | 0.02 | 0 | 0.83 | 0.88 |
| Hex | FA | C8 | C8 | 0 | 14 | 14 | 2 | 0 | 53 | 58 |
| Octal | 372 | 310 | 310 | 0 | 24 | 24 | 2 | 0 | 123 | 130 |
| Binary | 11111010 | 11001000 | 11001000 | 0 | 10100 | 10100 | 10 | 0 | 1010011 | 1011000 |
Color Harmonies of #FAC8C8
Complementary color
Monochromatic Colors of #FAC8C8
Black with #FAC8C8
Text Example
Text Example
White with #FAC8C8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAC8C8; }
p { color: rgb(250,200,200); }
H1.HeaderClassName
{
color: #FAC8C8;
}
.AnyTagClassName
{
color: #FAC8C8;
}
</style>
background-color css
<style>
a { background-color: #FAC8C8; }
a { background-color: rgb(250,200,200); }
div.DivClassName
{
background-color: #FAC8C8;
}
.BgClassName
{
background-color: #FAC8C8;
}
</style>
border-color css
<style>
span { border-color: #FAC8C8; }
span { border-color: rgb(250,200,200); }
td.TdClassName
{
border-color: #FAC8C8;
}
.TagClassName
{
border-color: #FAC8C8;
}
</style>