Shades of Coral Candy #FFCCC5
Tints of Coral Candy #FFCCC5
RGB
CMYK
RGB Variations
Color information
#FFCCC5 (or 0xFFCCC5) is known color: Coral Candy. HEX triplet: FF, CC and C5. RGB value is (255,204,197). Sum of RGB (Red+Green+Blue) = 255+204+197=656 (86% of max value = 765). Red value is 255 (100% from 255 or 38.87% from 656); Green value is 204 (80.08% from 255 or 31.10% from 656); Blue value is 197 (77.34% from 255 or 30.03% from 656); Max value from RGB is 255 - color contains mainly: red. Hex color #FFCCC5 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FFCCC5 is #00333A. Grayscale: #DADADA. Windows color (decimal): -13115 or 12963071. OLE color: 12963071.
HSL color Cylindrical-coordinate representation of color #FFCCC5: hue angle of 7.24º degrees, saturation: 1, lightness: 0.89%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #FFCCC5 is Cyan = 0, Magento = 0.2, Yellow = 0.23 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 204 | 197 | - |
| CMYK | 0 | 0.2 | 0.23 | 0 |
| HSL | 7.24º | 1% | 0.89% | - |
| HSV(B) | 7.24º | 0.23% | 1% | - |
| XYZ | 72.91 | 68.48 | 62.2 | - |
| YUV | 218.45 | 115.9 | 154.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 204 | 197 | 0 | 0.2 | 0.23 | 0 | 7.24 | 1 | 0.89 |
| Hex | FF | CC | C5 | 0 | 14 | 17 | 0 | 7 | 64 | 59 |
| Octal | 377 | 314 | 305 | 0 | 24 | 27 | 0 | 7 | 144 | 131 |
| Binary | 11111111 | 11001100 | 11000101 | 0 | 10100 | 10111 | 0 | 111 | 1100100 | 1011001 |
Color Harmonies of #FFCCC5
Complementary color
Monochromatic Colors of #FFCCC5
Black with #FFCCC5
Text Example
Text Example
White with #FFCCC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFCCC5; }
p { color: rgb(255,204,197); }
H1.HeaderClassName
{
color: #FFCCC5;
}
.AnyTagClassName
{
color: #FFCCC5;
}
</style>
background-color css
<style>
a { background-color: #FFCCC5; }
a { background-color: rgb(255,204,197); }
div.DivClassName
{
background-color: #FFCCC5;
}
.BgClassName
{
background-color: #FFCCC5;
}
</style>
border-color css
<style>
span { border-color: #FFCCC5; }
span { border-color: rgb(255,204,197); }
td.TdClassName
{
border-color: #FFCCC5;
}
.TagClassName
{
border-color: #FFCCC5;
}
</style>