Shades of Coral Candy #FFCAC8
Tints of Coral Candy #FFCAC8
RGB
CMYK
RGB Variations
Color information
#FFCAC8 (or 0xFFCAC8) is known color: Coral Candy. HEX triplet: FF, CA and C8. RGB value is (255,202,200). Sum of RGB (Red+Green+Blue) = 255+202+200=657 (87% of max value = 765). Red value is 255 (100% from 255 or 38.81% from 657); Green value is 202 (79.30% from 255 or 30.75% from 657); Blue value is 200 (78.52% from 255 or 30.44% from 657); Max value from RGB is 255 - color contains mainly: red. Hex color #FFCAC8 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FFCAC8 is #003537. Grayscale: #D9D9D9. Windows color (decimal): -13624 or 13159167. OLE color: 13159167.
HSL color Cylindrical-coordinate representation of color #FFCAC8: hue angle of 2.18º degrees, saturation: 1, lightness: 0.89%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #FFCAC8 is Cyan = 0, Magento = 0.21, Yellow = 0.22 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 202 | 200 | - |
| CMYK | 0 | 0.21 | 0.22 | 0 |
| HSL | 2.18º | 1% | 0.89% | - |
| HSV(B) | 2.18º | 0.22% | 1% | - |
| XYZ | 72.79 | 67.67 | 63.87 | - |
| YUV | 217.62 | 118.06 | 154.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 202 | 200 | 0 | 0.21 | 0.22 | 0 | 2.18 | 1 | 0.89 |
| Hex | FF | CA | C8 | 0 | 15 | 16 | 0 | 2 | 64 | 59 |
| Octal | 377 | 312 | 310 | 0 | 25 | 26 | 0 | 2 | 144 | 131 |
| Binary | 11111111 | 11001010 | 11001000 | 0 | 10101 | 10110 | 0 | 10 | 1100100 | 1011001 |
Color Harmonies of #FFCAC8
Complementary color
Monochromatic Colors of #FFCAC8
Black with #FFCAC8
Text Example
Text Example
White with #FFCAC8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFCAC8; }
p { color: rgb(255,202,200); }
H1.HeaderClassName
{
color: #FFCAC8;
}
.AnyTagClassName
{
color: #FFCAC8;
}
</style>
background-color css
<style>
a { background-color: #FFCAC8; }
a { background-color: rgb(255,202,200); }
div.DivClassName
{
background-color: #FFCAC8;
}
.BgClassName
{
background-color: #FFCAC8;
}
</style>
border-color css
<style>
span { border-color: #FFCAC8; }
span { border-color: rgb(255,202,200); }
td.TdClassName
{
border-color: #FFCAC8;
}
.TagClassName
{
border-color: #FFCAC8;
}
</style>