Shades of Coral Candy #F3CAC1
Tints of Coral Candy #F3CAC1
RGB
CMYK
RGB Variations
Color information
#F3CAC1 (or 0xF3CAC1) is known color: Coral Candy. HEX triplet: F3, CA and C1. RGB value is (243,202,193). Sum of RGB (Red+Green+Blue) = 243+202+193=638 (84% of max value = 765). Red value is 243 (95.31% from 255 or 38.09% from 638); Green value is 202 (79.30% from 255 or 31.66% from 638); Blue value is 193 (75.78% from 255 or 30.25% from 638); Max value from RGB is 243 - color contains mainly: red. Hex color #F3CAC1 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F3CAC1 is #0C353E. Grayscale: #D5D5D5. Windows color (decimal): -800063 or 12700403. OLE color: 12700403.
HSL color Cylindrical-coordinate representation of color #F3CAC1: hue angle of 10.8º degrees, saturation: 0.68, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #F3CAC1 is Cyan = 0, Magento = 0.17, Yellow = 0.21 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 202 | 193 | - |
| CMYK | 0 | 0.17 | 0.21 | 0.05 |
| HSL | 10.8º | 0.68% | 0.85% | - |
| HSV(B) | 10.8º | 0.21% | 0.95% | - |
| XYZ | 67.71 | 65.15 | 59.46 | - |
| YUV | 213.23 | 116.58 | 149.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 202 | 193 | 0 | 0.17 | 0.21 | 0.05 | 10.8 | 0.68 | 0.85 |
| Hex | F3 | CA | C1 | 0 | 11 | 15 | 5 | B | 44 | 55 |
| Octal | 363 | 312 | 301 | 0 | 21 | 25 | 5 | 13 | 104 | 125 |
| Binary | 11110011 | 11001010 | 11000001 | 0 | 10001 | 10101 | 101 | 1011 | 1000100 | 1010101 |
Color Harmonies of #F3CAC1
Complementary color
Monochromatic Colors of #F3CAC1
Black with #F3CAC1
Text Example
Text Example
White with #F3CAC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F3CAC1; }
p { color: rgb(243,202,193); }
H1.HeaderClassName
{
color: #F3CAC1;
}
.AnyTagClassName
{
color: #F3CAC1;
}
</style>
background-color css
<style>
a { background-color: #F3CAC1; }
a { background-color: rgb(243,202,193); }
div.DivClassName
{
background-color: #F3CAC1;
}
.BgClassName
{
background-color: #F3CAC1;
}
</style>
border-color css
<style>
span { border-color: #F3CAC1; }
span { border-color: rgb(243,202,193); }
td.TdClassName
{
border-color: #F3CAC1;
}
.TagClassName
{
border-color: #F3CAC1;
}
</style>