Shades of Coral Candy #F3CFC5
Tints of Coral Candy #F3CFC5
RGB
CMYK
RGB Variations
Color information
#F3CFC5 (or 0xF3CFC5) is known color: Coral Candy. HEX triplet: F3, CF and C5. RGB value is (243,207,197). Sum of RGB (Red+Green+Blue) = 243+207+197=647 (85% of max value = 765). Red value is 243 (95.31% from 255 or 37.56% from 647); Green value is 207 (81.25% from 255 or 31.99% from 647); Blue value is 197 (77.34% from 255 or 30.45% from 647); Max value from RGB is 243 - color contains mainly: red. Hex color #F3CFC5 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F3CFC5 is #0C303A. Grayscale: #D8D8D8. Windows color (decimal): -798779 or 12963827. OLE color: 12963827.
HSL color Cylindrical-coordinate representation of color #F3CFC5: hue angle of 13.04º degrees, saturation: 0.66, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #F3CFC5 is Cyan = 0, Magento = 0.15, Yellow = 0.19 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 207 | 197 | - |
| CMYK | 0 | 0.15 | 0.19 | 0.05 |
| HSL | 13.04º | 0.66% | 0.86% | - |
| HSV(B) | 13.04º | 0.19% | 0.95% | - |
| XYZ | 69.35 | 67.71 | 62.24 | - |
| YUV | 216.62 | 116.93 | 146.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 207 | 197 | 0 | 0.15 | 0.19 | 0.05 | 13.04 | 0.66 | 0.86 |
| Hex | F3 | CF | C5 | 0 | F | 13 | 5 | D | 42 | 56 |
| Octal | 363 | 317 | 305 | 0 | 17 | 23 | 5 | 15 | 102 | 126 |
| Binary | 11110011 | 11001111 | 11000101 | 0 | 1111 | 10011 | 101 | 1101 | 1000010 | 1010110 |
Color Harmonies of #F3CFC5
Complementary color
Monochromatic Colors of #F3CFC5
Black with #F3CFC5
Text Example
Text Example
White with #F3CFC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F3CFC5; }
p { color: rgb(243,207,197); }
H1.HeaderClassName
{
color: #F3CFC5;
}
.AnyTagClassName
{
color: #F3CFC5;
}
</style>
background-color css
<style>
a { background-color: #F3CFC5; }
a { background-color: rgb(243,207,197); }
div.DivClassName
{
background-color: #F3CFC5;
}
.BgClassName
{
background-color: #F3CFC5;
}
</style>
border-color css
<style>
span { border-color: #F3CFC5; }
span { border-color: rgb(243,207,197); }
td.TdClassName
{
border-color: #F3CFC5;
}
.TagClassName
{
border-color: #F3CFC5;
}
</style>