Shades of Coral Candy #FFCFC3
Tints of Coral Candy #FFCFC3
RGB
CMYK
RGB Variations
Color information
#FFCFC3 (or 0xFFCFC3) is known color: Coral Candy. HEX triplet: FF, CF and C3. RGB value is (255,207,195). Sum of RGB (Red+Green+Blue) = 255+207+195=657 (87% of max value = 765). Red value is 255 (100% from 255 or 38.81% from 657); Green value is 207 (81.25% from 255 or 31.51% from 657); Blue value is 195 (76.56% from 255 or 29.68% from 657); Max value from RGB is 255 - color contains mainly: red. Hex color #FFCFC3 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FFCFC3 is #00303C. Grayscale: #DCDCDC. Windows color (decimal): -12349 or 12832767. OLE color: 12832767.
HSL color Cylindrical-coordinate representation of color #FFCFC3: hue angle of 12º degrees, saturation: 1, lightness: 0.88%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #FFCFC3 is Cyan = 0, Magento = 0.19, Yellow = 0.24 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 207 | 195 | - |
| CMYK | 0 | 0.19 | 0.24 | 0 |
| HSL | 12º | 1% | 0.88% | - |
| HSV(B) | 12º | 0.24% | 1% | - |
| XYZ | 73.4 | 69.83 | 61.24 | - |
| YUV | 219.98 | 113.9 | 152.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 207 | 195 | 0 | 0.19 | 0.24 | 0 | 12 | 1 | 0.88 |
| Hex | FF | CF | C3 | 0 | 13 | 18 | 0 | C | 64 | 58 |
| Octal | 377 | 317 | 303 | 0 | 23 | 30 | 0 | 14 | 144 | 130 |
| Binary | 11111111 | 11001111 | 11000011 | 0 | 10011 | 11000 | 0 | 1100 | 1100100 | 1011000 |
Color Harmonies of #FFCFC3
Complementary color
Monochromatic Colors of #FFCFC3
Black with #FFCFC3
Text Example
Text Example
White with #FFCFC3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFCFC3; }
p { color: rgb(255,207,195); }
H1.HeaderClassName
{
color: #FFCFC3;
}
.AnyTagClassName
{
color: #FFCFC3;
}
</style>
background-color css
<style>
a { background-color: #FFCFC3; }
a { background-color: rgb(255,207,195); }
div.DivClassName
{
background-color: #FFCFC3;
}
.BgClassName
{
background-color: #FFCFC3;
}
</style>
border-color css
<style>
span { border-color: #FFCFC3; }
span { border-color: rgb(255,207,195); }
td.TdClassName
{
border-color: #FFCFC3;
}
.TagClassName
{
border-color: #FFCFC3;
}
</style>