Shades of Coral Candy #FFCAC7
Tints of Coral Candy #FFCAC7
RGB
CMYK
RGB Variations
Color information
#FFCAC7 (or 0xFFCAC7) is known color: Coral Candy. HEX triplet: FF, CA and C7. RGB value is (255,202,199). Sum of RGB (Red+Green+Blue) = 255+202+199=656 (86% of max value = 765). Red value is 255 (100% from 255 or 38.87% from 656); Green value is 202 (79.30% from 255 or 30.79% from 656); Blue value is 199 (78.12% from 255 or 30.34% from 656); Max value from RGB is 255 - color contains mainly: red. Hex color #FFCAC7 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FFCAC7 is #003538. Grayscale: #D9D9D9. Windows color (decimal): -13625 or 13093631. OLE color: 13093631.
HSL color Cylindrical-coordinate representation of color #FFCAC7: hue angle of 3.21º 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 #FFCAC7 is Cyan = 0, Magento = 0.21, Yellow = 0.22 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 202 | 199 | - |
| CMYK | 0 | 0.21 | 0.22 | 0 |
| HSL | 3.21º | 1% | 0.89% | - |
| HSV(B) | 3.21º | 0.22% | 1% | - |
| XYZ | 72.67 | 67.62 | 63.26 | - |
| YUV | 217.51 | 117.56 | 154.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 202 | 199 | 0 | 0.21 | 0.22 | 0 | 3.21 | 1 | 0.89 |
| Hex | FF | CA | C7 | 0 | 15 | 16 | 0 | 3 | 64 | 59 |
| Octal | 377 | 312 | 307 | 0 | 25 | 26 | 0 | 3 | 144 | 131 |
| Binary | 11111111 | 11001010 | 11000111 | 0 | 10101 | 10110 | 0 | 11 | 1100100 | 1011001 |
Color Harmonies of #FFCAC7
Complementary color
Monochromatic Colors of #FFCAC7
Black with #FFCAC7
Text Example
Text Example
White with #FFCAC7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFCAC7; }
p { color: rgb(255,202,199); }
H1.HeaderClassName
{
color: #FFCAC7;
}
.AnyTagClassName
{
color: #FFCAC7;
}
</style>
background-color css
<style>
a { background-color: #FFCAC7; }
a { background-color: rgb(255,202,199); }
div.DivClassName
{
background-color: #FFCAC7;
}
.BgClassName
{
background-color: #FFCAC7;
}
</style>
border-color css
<style>
span { border-color: #FFCAC7; }
span { border-color: rgb(255,202,199); }
td.TdClassName
{
border-color: #FFCAC7;
}
.TagClassName
{
border-color: #FFCAC7;
}
</style>