Shades of Coral Candy #F3D0CA
Tints of Coral Candy #F3D0CA
RGB
CMYK
RGB Variations
Color information
#F3D0CA (or 0xF3D0CA) is known color: Coral Candy. HEX triplet: F3, D0 and CA. RGB value is (243,208,202). Sum of RGB (Red+Green+Blue) = 243+208+202=653 (86% of max value = 765). Red value is 243 (95.31% from 255 or 37.21% from 653); Green value is 208 (81.64% from 255 or 31.85% from 653); Blue value is 202 (79.30% from 255 or 30.93% from 653); Max value from RGB is 243 - color contains mainly: red. Hex color #F3D0CA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F3D0CA is #0C2F35. Grayscale: #D9D9D9. Windows color (decimal): -798518 or 13291763. OLE color: 13291763.
HSL color Cylindrical-coordinate representation of color #F3D0CA: hue angle of 8.78º degrees, saturation: 0.63, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #F3D0CA is Cyan = 0, Magento = 0.14, Yellow = 0.17 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 208 | 202 | - |
| CMYK | 0 | 0.14 | 0.17 | 0.05 |
| HSL | 8.78º | 0.63% | 0.87% | - |
| HSV(B) | 8.78º | 0.17% | 0.95% | - |
| XYZ | 70.18 | 68.43 | 65.39 | - |
| YUV | 217.78 | 119.1 | 145.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 208 | 202 | 0 | 0.14 | 0.17 | 0.05 | 8.78 | 0.63 | 0.87 |
| Hex | F3 | D0 | CA | 0 | E | 11 | 5 | 9 | 3F | 57 |
| Octal | 363 | 320 | 312 | 0 | 16 | 21 | 5 | 11 | 77 | 127 |
| Binary | 11110011 | 11010000 | 11001010 | 0 | 1110 | 10001 | 101 | 1001 | 111111 | 1010111 |
Color Harmonies of #F3D0CA
Complementary color
Monochromatic Colors of #F3D0CA
Black with #F3D0CA
Text Example
Text Example
White with #F3D0CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F3D0CA; }
p { color: rgb(243,208,202); }
H1.HeaderClassName
{
color: #F3D0CA;
}
.AnyTagClassName
{
color: #F3D0CA;
}
</style>
background-color css
<style>
a { background-color: #F3D0CA; }
a { background-color: rgb(243,208,202); }
div.DivClassName
{
background-color: #F3D0CA;
}
.BgClassName
{
background-color: #F3D0CA;
}
</style>
border-color css
<style>
span { border-color: #F3D0CA; }
span { border-color: rgb(243,208,202); }
td.TdClassName
{
border-color: #F3D0CA;
}
.TagClassName
{
border-color: #F3D0CA;
}
</style>