Shades of Coral Candy #F3D3CF
Tints of Coral Candy #F3D3CF
RGB
CMYK
RGB Variations
Color information
#F3D3CF (or 0xF3D3CF) is known color: Coral Candy. HEX triplet: F3, D3 and CF. RGB value is (243,211,207). Sum of RGB (Red+Green+Blue) = 243+211+207=661 (87% of max value = 765). Red value is 243 (95.31% from 255 or 36.76% from 661); Green value is 211 (82.81% from 255 or 31.92% from 661); Blue value is 207 (81.25% from 255 or 31.32% from 661); Max value from RGB is 243 - color contains mainly: red. Hex color #F3D3CF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F3D3CF is #0C2C30. Grayscale: #DCDCDC. Windows color (decimal): -797745 or 13620211. OLE color: 13620211.
HSL color Cylindrical-coordinate representation of color #F3D3CF: hue angle of 6.67º 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 #F3D3CF is Cyan = 0, Magento = 0.13, Yellow = 0.15 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 211 | 207 | - |
| CMYK | 0 | 0.13 | 0.15 | 0.05 |
| HSL | 6.67º | 0.6% | 0.88% | - |
| HSV(B) | 6.67º | 0.15% | 0.95% | - |
| XYZ | 71.52 | 70.15 | 68.8 | - |
| YUV | 220.11 | 120.6 | 144.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 211 | 207 | 0 | 0.13 | 0.15 | 0.05 | 6.67 | 0.6 | 0.88 |
| Hex | F3 | D3 | CF | 0 | D | F | 5 | 7 | 3C | 58 |
| Octal | 363 | 323 | 317 | 0 | 15 | 17 | 5 | 7 | 74 | 130 |
| Binary | 11110011 | 11010011 | 11001111 | 0 | 1101 | 1111 | 101 | 111 | 111100 | 1011000 |
Color Harmonies of #F3D3CF
Complementary color
Monochromatic Colors of #F3D3CF
Black with #F3D3CF
Text Example
Text Example
White with #F3D3CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F3D3CF; }
p { color: rgb(243,211,207); }
H1.HeaderClassName
{
color: #F3D3CF;
}
.AnyTagClassName
{
color: #F3D3CF;
}
</style>
background-color css
<style>
a { background-color: #F3D3CF; }
a { background-color: rgb(243,211,207); }
div.DivClassName
{
background-color: #F3D3CF;
}
.BgClassName
{
background-color: #F3D3CF;
}
</style>
border-color css
<style>
span { border-color: #F3D3CF; }
span { border-color: rgb(243,211,207); }
td.TdClassName
{
border-color: #F3D3CF;
}
.TagClassName
{
border-color: #F3D3CF;
}
</style>