Shades of Coral Candy #FFCFC7
Tints of Coral Candy #FFCFC7
RGB
CMYK
RGB Variations
Color information
#FFCFC7 (or 0xFFCFC7) is known color: Coral Candy. HEX triplet: FF, CF and C7. RGB value is (255,207,199). Sum of RGB (Red+Green+Blue) = 255+207+199=661 (87% of max value = 765). Red value is 255 (100% from 255 or 38.58% from 661); Green value is 207 (81.25% from 255 or 31.32% from 661); Blue value is 199 (78.12% from 255 or 30.11% from 661); Max value from RGB is 255 - color contains mainly: red. Hex color #FFCFC7 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FFCFC7 is #003038. Grayscale: #DCDCDC. Windows color (decimal): -12345 or 13094911. OLE color: 13094911.
HSL color Cylindrical-coordinate representation of color #FFCFC7: hue angle of 8.57º 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 #FFCFC7 is Cyan = 0, Magento = 0.19, Yellow = 0.22 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 207 | 199 | - |
| CMYK | 0 | 0.19 | 0.22 | 0 |
| HSL | 8.57º | 1% | 0.89% | - |
| HSV(B) | 8.57º | 0.22% | 1% | - |
| XYZ | 73.86 | 70.01 | 63.65 | - |
| YUV | 220.44 | 115.9 | 152.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 207 | 199 | 0 | 0.19 | 0.22 | 0 | 8.57 | 1 | 0.89 |
| Hex | FF | CF | C7 | 0 | 13 | 16 | 0 | 9 | 64 | 59 |
| Octal | 377 | 317 | 307 | 0 | 23 | 26 | 0 | 11 | 144 | 131 |
| Binary | 11111111 | 11001111 | 11000111 | 0 | 10011 | 10110 | 0 | 1001 | 1100100 | 1011001 |
Color Harmonies of #FFCFC7
Complementary color
Monochromatic Colors of #FFCFC7
Black with #FFCFC7
Text Example
Text Example
White with #FFCFC7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFCFC7; }
p { color: rgb(255,207,199); }
H1.HeaderClassName
{
color: #FFCFC7;
}
.AnyTagClassName
{
color: #FFCFC7;
}
</style>
background-color css
<style>
a { background-color: #FFCFC7; }
a { background-color: rgb(255,207,199); }
div.DivClassName
{
background-color: #FFCFC7;
}
.BgClassName
{
background-color: #FFCFC7;
}
</style>
border-color css
<style>
span { border-color: #FFCFC7; }
span { border-color: rgb(255,207,199); }
td.TdClassName
{
border-color: #FFCFC7;
}
.TagClassName
{
border-color: #FFCFC7;
}
</style>