Shades of Coral Candy #F3CBC7
Tints of Coral Candy #F3CBC7
RGB
CMYK
RGB Variations
Color information
#F3CBC7 (or 0xF3CBC7) is known color: Coral Candy. HEX triplet: F3, CB and C7. RGB value is (243,203,199). Sum of RGB (Red+Green+Blue) = 243+203+199=645 (85% of max value = 765). Red value is 243 (95.31% from 255 or 37.67% from 645); Green value is 203 (79.69% from 255 or 31.47% from 645); Blue value is 199 (78.12% from 255 or 30.85% from 645); Max value from RGB is 243 - color contains mainly: red. Hex color #F3CBC7 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F3CBC7 is #0C3438. Grayscale: #D6D6D6. Windows color (decimal): -799801 or 13093875. OLE color: 13093875.
HSL color Cylindrical-coordinate representation of color #F3CBC7: hue angle of 5.45º degrees, saturation: 0.65, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #F3CBC7 is Cyan = 0, Magento = 0.16, Yellow = 0.18 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 203 | 199 | - |
| CMYK | 0 | 0.16 | 0.18 | 0.05 |
| HSL | 5.45º | 0.65% | 0.87% | - |
| HSV(B) | 5.45º | 0.18% | 0.95% | - |
| XYZ | 68.63 | 65.89 | 63.13 | - |
| YUV | 214.5 | 119.25 | 148.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 203 | 199 | 0 | 0.16 | 0.18 | 0.05 | 5.45 | 0.65 | 0.87 |
| Hex | F3 | CB | C7 | 0 | 10 | 12 | 5 | 5 | 41 | 57 |
| Octal | 363 | 313 | 307 | 0 | 20 | 22 | 5 | 5 | 101 | 127 |
| Binary | 11110011 | 11001011 | 11000111 | 0 | 10000 | 10010 | 101 | 101 | 1000001 | 1010111 |
Color Harmonies of #F3CBC7
Complementary color
Monochromatic Colors of #F3CBC7
Black with #F3CBC7
Text Example
Text Example
White with #F3CBC7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F3CBC7; }
p { color: rgb(243,203,199); }
H1.HeaderClassName
{
color: #F3CBC7;
}
.AnyTagClassName
{
color: #F3CBC7;
}
</style>
background-color css
<style>
a { background-color: #F3CBC7; }
a { background-color: rgb(243,203,199); }
div.DivClassName
{
background-color: #F3CBC7;
}
.BgClassName
{
background-color: #F3CBC7;
}
</style>
border-color css
<style>
span { border-color: #F3CBC7; }
span { border-color: rgb(243,203,199); }
td.TdClassName
{
border-color: #F3CBC7;
}
.TagClassName
{
border-color: #F3CBC7;
}
</style>