Shades of Coral Candy #F3CBC4
Tints of Coral Candy #F3CBC4
RGB
CMYK
RGB Variations
Color information
#F3CBC4 (or 0xF3CBC4) is known color: Coral Candy. HEX triplet: F3, CB and C4. RGB value is (243,203,196). Sum of RGB (Red+Green+Blue) = 243+203+196=642 (85% of max value = 765). Red value is 243 (95.31% from 255 or 37.85% from 642); Green value is 203 (79.69% from 255 or 31.62% from 642); Blue value is 196 (76.95% from 255 or 30.53% from 642); Max value from RGB is 243 - color contains mainly: red. Hex color #F3CBC4 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F3CBC4 is #0C343B. Grayscale: #D6D6D6. Windows color (decimal): -799804 or 12897267. OLE color: 12897267.
HSL color Cylindrical-coordinate representation of color #F3CBC4: hue angle of 8.94º 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 #F3CBC4 is Cyan = 0, Magento = 0.16, Yellow = 0.19 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 203 | 196 | - |
| CMYK | 0 | 0.16 | 0.19 | 0.05 |
| HSL | 8.94º | 0.66% | 0.86% | - |
| HSV(B) | 8.94º | 0.19% | 0.95% | - |
| XYZ | 68.28 | 65.75 | 61.32 | - |
| YUV | 214.16 | 117.75 | 148.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 203 | 196 | 0 | 0.16 | 0.19 | 0.05 | 8.94 | 0.66 | 0.86 |
| Hex | F3 | CB | C4 | 0 | 10 | 13 | 5 | 9 | 42 | 56 |
| Octal | 363 | 313 | 304 | 0 | 20 | 23 | 5 | 11 | 102 | 126 |
| Binary | 11110011 | 11001011 | 11000100 | 0 | 10000 | 10011 | 101 | 1001 | 1000010 | 1010110 |
Color Harmonies of #F3CBC4
Complementary color
Monochromatic Colors of #F3CBC4
Black with #F3CBC4
Text Example
Text Example
White with #F3CBC4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F3CBC4; }
p { color: rgb(243,203,196); }
H1.HeaderClassName
{
color: #F3CBC4;
}
.AnyTagClassName
{
color: #F3CBC4;
}
</style>
background-color css
<style>
a { background-color: #F3CBC4; }
a { background-color: rgb(243,203,196); }
div.DivClassName
{
background-color: #F3CBC4;
}
.BgClassName
{
background-color: #F3CBC4;
}
</style>
border-color css
<style>
span { border-color: #F3CBC4; }
span { border-color: rgb(243,203,196); }
td.TdClassName
{
border-color: #F3CBC4;
}
.TagClassName
{
border-color: #F3CBC4;
}
</style>