Shades of Coral Candy #FFCFC6
Tints of Coral Candy #FFCFC6
RGB
CMYK
RGB Variations
Color information
#FFCFC6 (or 0xFFCFC6) is known color: Coral Candy. HEX triplet: FF, CF and C6. RGB value is (255,207,198). Sum of RGB (Red+Green+Blue) = 255+207+198=660 (87% of max value = 765). Red value is 255 (100% from 255 or 38.64% from 660); Green value is 207 (81.25% from 255 or 31.36% from 660); Blue value is 198 (77.73% from 255 or 30% from 660); Max value from RGB is 255 - color contains mainly: red. Hex color #FFCFC6 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FFCFC6 is #003039. Grayscale: #DCDCDC. Windows color (decimal): -12346 or 13029375. OLE color: 13029375.
HSL color Cylindrical-coordinate representation of color #FFCFC6: hue angle of 9.47º 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 #FFCFC6 is Cyan = 0, Magento = 0.19, Yellow = 0.22 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 207 | 198 | - |
| CMYK | 0 | 0.19 | 0.22 | 0 |
| HSL | 9.47º | 1% | 0.89% | - |
| HSV(B) | 9.47º | 0.22% | 1% | - |
| XYZ | 73.75 | 69.96 | 63.04 | - |
| YUV | 220.33 | 115.4 | 152.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 207 | 198 | 0 | 0.19 | 0.22 | 0 | 9.47 | 1 | 0.89 |
| Hex | FF | CF | C6 | 0 | 13 | 16 | 0 | 9 | 64 | 59 |
| Octal | 377 | 317 | 306 | 0 | 23 | 26 | 0 | 11 | 144 | 131 |
| Binary | 11111111 | 11001111 | 11000110 | 0 | 10011 | 10110 | 0 | 1001 | 1100100 | 1011001 |
Color Harmonies of #FFCFC6
Complementary color
Monochromatic Colors of #FFCFC6
Black with #FFCFC6
Text Example
Text Example
White with #FFCFC6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFCFC6; }
p { color: rgb(255,207,198); }
H1.HeaderClassName
{
color: #FFCFC6;
}
.AnyTagClassName
{
color: #FFCFC6;
}
</style>
background-color css
<style>
a { background-color: #FFCFC6; }
a { background-color: rgb(255,207,198); }
div.DivClassName
{
background-color: #FFCFC6;
}
.BgClassName
{
background-color: #FFCFC6;
}
</style>
border-color css
<style>
span { border-color: #FFCFC6; }
span { border-color: rgb(255,207,198); }
td.TdClassName
{
border-color: #FFCFC6;
}
.TagClassName
{
border-color: #FFCFC6;
}
</style>