Shades of Coral Candy #F2CECB
Tints of Coral Candy #F2CECB
RGB
CMYK
RGB Variations
Color information
#F2CECB (or 0xF2CECB) is known color: Coral Candy. HEX triplet: F2, CE and CB. RGB value is (242,206,203). Sum of RGB (Red+Green+Blue) = 242+206+203=651 (86% of max value = 765). Red value is 242 (94.92% from 255 or 37.17% from 651); Green value is 206 (80.86% from 255 or 31.64% from 651); Blue value is 203 (79.69% from 255 or 31.18% from 651); Max value from RGB is 242 - color contains mainly: red. Hex color #F2CECB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F2CECB is #0D3134. Grayscale: #D8D8D8. Windows color (decimal): -864565 or 13356786. OLE color: 13356786.
HSL color Cylindrical-coordinate representation of color #F2CECB: hue angle of 4.62º degrees, saturation: 0.6, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #F2CECB is Cyan = 0, Magento = 0.15, Yellow = 0.16 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 206 | 203 | - |
| CMYK | 0 | 0.15 | 0.16 | 0.05 |
| HSL | 4.62º | 0.6% | 0.87% | - |
| HSV(B) | 4.62º | 0.16% | 0.95% | - |
| XYZ | 69.47 | 67.33 | 65.83 | - |
| YUV | 216.42 | 120.43 | 146.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 206 | 203 | 0 | 0.15 | 0.16 | 0.05 | 4.62 | 0.6 | 0.87 |
| Hex | F2 | CE | CB | 0 | F | 10 | 5 | 5 | 3C | 57 |
| Octal | 362 | 316 | 313 | 0 | 17 | 20 | 5 | 5 | 74 | 127 |
| Binary | 11110010 | 11001110 | 11001011 | 0 | 1111 | 10000 | 101 | 101 | 111100 | 1010111 |
Color Harmonies of #F2CECB
Complementary color
Monochromatic Colors of #F2CECB
Black with #F2CECB
Text Example
Text Example
White with #F2CECB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2CECB; }
p { color: rgb(242,206,203); }
H1.HeaderClassName
{
color: #F2CECB;
}
.AnyTagClassName
{
color: #F2CECB;
}
</style>
background-color css
<style>
a { background-color: #F2CECB; }
a { background-color: rgb(242,206,203); }
div.DivClassName
{
background-color: #F2CECB;
}
.BgClassName
{
background-color: #F2CECB;
}
</style>
border-color css
<style>
span { border-color: #F2CECB; }
span { border-color: rgb(242,206,203); }
td.TdClassName
{
border-color: #F2CECB;
}
.TagClassName
{
border-color: #F2CECB;
}
</style>