Shades of Coral Candy #F3D5CF
Tints of Coral Candy #F3D5CF
RGB
CMYK
RGB Variations
Color information
#F3D5CF (or 0xF3D5CF) is known color: Coral Candy. HEX triplet: F3, D5 and CF. RGB value is (243,213,207). Sum of RGB (Red+Green+Blue) = 243+213+207=663 (87% of max value = 765). Red value is 243 (95.31% from 255 or 36.65% from 663); Green value is 213 (83.59% from 255 or 32.13% from 663); Blue value is 207 (81.25% from 255 or 31.22% from 663); Max value from RGB is 243 - color contains mainly: red. Hex color #F3D5CF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F3D5CF is #0C2A30. Grayscale: #DDDDDD. Windows color (decimal): -797233 or 13620723. OLE color: 13620723.
HSL color Cylindrical-coordinate representation of color #F3D5CF: hue angle of 10º degrees, saturation: 0.6, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #F3D5CF is Cyan = 0, Magento = 0.12, Yellow = 0.15 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 213 | 207 | - |
| CMYK | 0 | 0.12 | 0.15 | 0.05 |
| HSL | 10º | 0.6% | 0.88% | - |
| HSV(B) | 10º | 0.15% | 0.95% | - |
| XYZ | 72.02 | 71.15 | 68.97 | - |
| YUV | 221.29 | 119.94 | 143.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 213 | 207 | 0 | 0.12 | 0.15 | 0.05 | 10 | 0.6 | 0.88 |
| Hex | F3 | D5 | CF | 0 | C | F | 5 | A | 3C | 58 |
| Octal | 363 | 325 | 317 | 0 | 14 | 17 | 5 | 12 | 74 | 130 |
| Binary | 11110011 | 11010101 | 11001111 | 0 | 1100 | 1111 | 101 | 1010 | 111100 | 1011000 |
Color Harmonies of #F3D5CF
Complementary color
Monochromatic Colors of #F3D5CF
Black with #F3D5CF
Text Example
Text Example
White with #F3D5CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F3D5CF; }
p { color: rgb(243,213,207); }
H1.HeaderClassName
{
color: #F3D5CF;
}
.AnyTagClassName
{
color: #F3D5CF;
}
</style>
background-color css
<style>
a { background-color: #F3D5CF; }
a { background-color: rgb(243,213,207); }
div.DivClassName
{
background-color: #F3D5CF;
}
.BgClassName
{
background-color: #F3D5CF;
}
</style>
border-color css
<style>
span { border-color: #F3D5CF; }
span { border-color: rgb(243,213,207); }
td.TdClassName
{
border-color: #F3D5CF;
}
.TagClassName
{
border-color: #F3D5CF;
}
</style>