Shades of Coral Candy #FFCCC7
Tints of Coral Candy #FFCCC7
RGB
CMYK
RGB Variations
Color information
#FFCCC7 (or 0xFFCCC7) is known color: Coral Candy. HEX triplet: FF, CC and C7. RGB value is (255,204,199). Sum of RGB (Red+Green+Blue) = 255+204+199=658 (87% of max value = 765). Red value is 255 (100% from 255 or 38.75% from 658); Green value is 204 (80.08% from 255 or 31.00% from 658); Blue value is 199 (78.12% from 255 or 30.24% from 658); Max value from RGB is 255 - color contains mainly: red. Hex color #FFCCC7 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FFCCC7 is #003338. Grayscale: #DADADA. Windows color (decimal): -13113 or 13094143. OLE color: 13094143.
HSL color Cylindrical-coordinate representation of color #FFCCC7: hue angle of 5.36º 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 #FFCCC7 is Cyan = 0, Magento = 0.2, Yellow = 0.22 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 204 | 199 | - |
| CMYK | 0 | 0.2 | 0.22 | 0 |
| HSL | 5.36º | 1% | 0.89% | - |
| HSV(B) | 5.36º | 0.22% | 1% | - |
| XYZ | 73.14 | 68.57 | 63.41 | - |
| YUV | 218.68 | 116.9 | 153.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 204 | 199 | 0 | 0.2 | 0.22 | 0 | 5.36 | 1 | 0.89 |
| Hex | FF | CC | C7 | 0 | 14 | 16 | 0 | 5 | 64 | 59 |
| Octal | 377 | 314 | 307 | 0 | 24 | 26 | 0 | 5 | 144 | 131 |
| Binary | 11111111 | 11001100 | 11000111 | 0 | 10100 | 10110 | 0 | 101 | 1100100 | 1011001 |
Color Harmonies of #FFCCC7
Complementary color
Monochromatic Colors of #FFCCC7
Black with #FFCCC7
Text Example
Text Example
White with #FFCCC7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFCCC7; }
p { color: rgb(255,204,199); }
H1.HeaderClassName
{
color: #FFCCC7;
}
.AnyTagClassName
{
color: #FFCCC7;
}
</style>
background-color css
<style>
a { background-color: #FFCCC7; }
a { background-color: rgb(255,204,199); }
div.DivClassName
{
background-color: #FFCCC7;
}
.BgClassName
{
background-color: #FFCCC7;
}
</style>
border-color css
<style>
span { border-color: #FFCCC7; }
span { border-color: rgb(255,204,199); }
td.TdClassName
{
border-color: #FFCCC7;
}
.TagClassName
{
border-color: #FFCCC7;
}
</style>