Shades of Coral Candy #F3CAC4
Tints of Coral Candy #F3CAC4
RGB
CMYK
RGB Variations
Color information
#F3CAC4 (or 0xF3CAC4) is known color: Coral Candy. HEX triplet: F3, CA and C4. RGB value is (243,202,196). Sum of RGB (Red+Green+Blue) = 243+202+196=641 (84% of max value = 765). Red value is 243 (95.31% from 255 or 37.91% from 641); Green value is 202 (79.30% from 255 or 31.51% from 641); Blue value is 196 (76.95% from 255 or 30.58% from 641); Max value from RGB is 243 - color contains mainly: red. Hex color #F3CAC4 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F3CAC4 is #0C353B. Grayscale: #D5D5D5. Windows color (decimal): -800060 or 12897011. OLE color: 12897011.
HSL color Cylindrical-coordinate representation of color #F3CAC4: hue angle of 7.66º 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 #F3CAC4 is Cyan = 0, Magento = 0.17, Yellow = 0.19 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 202 | 196 | - |
| CMYK | 0 | 0.17 | 0.19 | 0.05 |
| HSL | 7.66º | 0.66% | 0.86% | - |
| HSV(B) | 7.66º | 0.19% | 0.95% | - |
| XYZ | 68.05 | 65.28 | 61.24 | - |
| YUV | 213.58 | 118.08 | 148.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 202 | 196 | 0 | 0.17 | 0.19 | 0.05 | 7.66 | 0.66 | 0.86 |
| Hex | F3 | CA | C4 | 0 | 11 | 13 | 5 | 8 | 42 | 56 |
| Octal | 363 | 312 | 304 | 0 | 21 | 23 | 5 | 10 | 102 | 126 |
| Binary | 11110011 | 11001010 | 11000100 | 0 | 10001 | 10011 | 101 | 1000 | 1000010 | 1010110 |
Color Harmonies of #F3CAC4
Complementary color
Monochromatic Colors of #F3CAC4
Black with #F3CAC4
Text Example
Text Example
White with #F3CAC4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F3CAC4; }
p { color: rgb(243,202,196); }
H1.HeaderClassName
{
color: #F3CAC4;
}
.AnyTagClassName
{
color: #F3CAC4;
}
</style>
background-color css
<style>
a { background-color: #F3CAC4; }
a { background-color: rgb(243,202,196); }
div.DivClassName
{
background-color: #F3CAC4;
}
.BgClassName
{
background-color: #F3CAC4;
}
</style>
border-color css
<style>
span { border-color: #F3CAC4; }
span { border-color: rgb(243,202,196); }
td.TdClassName
{
border-color: #F3CAC4;
}
.TagClassName
{
border-color: #F3CAC4;
}
</style>