Shades of Coral Candy #FFCCC6
Tints of Coral Candy #FFCCC6
RGB
CMYK
RGB Variations
Color information
#FFCCC6 (or 0xFFCCC6) is known color: Coral Candy. HEX triplet: FF, CC and C6. RGB value is (255,204,198). Sum of RGB (Red+Green+Blue) = 255+204+198=657 (87% of max value = 765). Red value is 255 (100% from 255 or 38.81% from 657); Green value is 204 (80.08% from 255 or 31.05% from 657); Blue value is 198 (77.73% from 255 or 30.14% from 657); Max value from RGB is 255 - color contains mainly: red. Hex color #FFCCC6 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FFCCC6 is #003339. Grayscale: #DADADA. Windows color (decimal): -13114 or 13028607. OLE color: 13028607.
HSL color Cylindrical-coordinate representation of color #FFCCC6: hue angle of 6.32º 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 #FFCCC6 is Cyan = 0, Magento = 0.2, Yellow = 0.22 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 204 | 198 | - |
| CMYK | 0 | 0.2 | 0.22 | 0 |
| HSL | 6.32º | 1% | 0.89% | - |
| HSV(B) | 6.32º | 0.22% | 1% | - |
| XYZ | 73.03 | 68.52 | 62.8 | - |
| YUV | 218.57 | 116.4 | 153.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 204 | 198 | 0 | 0.2 | 0.22 | 0 | 6.32 | 1 | 0.89 |
| Hex | FF | CC | C6 | 0 | 14 | 16 | 0 | 6 | 64 | 59 |
| Octal | 377 | 314 | 306 | 0 | 24 | 26 | 0 | 6 | 144 | 131 |
| Binary | 11111111 | 11001100 | 11000110 | 0 | 10100 | 10110 | 0 | 110 | 1100100 | 1011001 |
Color Harmonies of #FFCCC6
Complementary color
Monochromatic Colors of #FFCCC6
Black with #FFCCC6
Text Example
Text Example
White with #FFCCC6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFCCC6; }
p { color: rgb(255,204,198); }
H1.HeaderClassName
{
color: #FFCCC6;
}
.AnyTagClassName
{
color: #FFCCC6;
}
</style>
background-color css
<style>
a { background-color: #FFCCC6; }
a { background-color: rgb(255,204,198); }
div.DivClassName
{
background-color: #FFCCC6;
}
.BgClassName
{
background-color: #FFCCC6;
}
</style>
border-color css
<style>
span { border-color: #FFCCC6; }
span { border-color: rgb(255,204,198); }
td.TdClassName
{
border-color: #FFCCC6;
}
.TagClassName
{
border-color: #FFCCC6;
}
</style>