Shades of Coral Candy #F2CBC6
Tints of Coral Candy #F2CBC6
RGB
CMYK
RGB Variations
Color information
#F2CBC6 (or 0xF2CBC6) is known color: Coral Candy. HEX triplet: F2, CB and C6. RGB value is (242,203,198). Sum of RGB (Red+Green+Blue) = 242+203+198=643 (85% of max value = 765). Red value is 242 (94.92% from 255 or 37.64% from 643); Green value is 203 (79.69% from 255 or 31.57% from 643); Blue value is 198 (77.73% from 255 or 30.79% from 643); Max value from RGB is 242 - color contains mainly: red. Hex color #F2CBC6 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F2CBC6 is #0D3439. Grayscale: #D6D6D6. Windows color (decimal): -865338 or 13028338. OLE color: 13028338.
HSL color Cylindrical-coordinate representation of color #F2CBC6: hue angle of 6.82º degrees, saturation: 0.63, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #F2CBC6 is Cyan = 0, Magento = 0.16, Yellow = 0.18 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 203 | 198 | - |
| CMYK | 0 | 0.16 | 0.18 | 0.05 |
| HSL | 6.82º | 0.63% | 0.86% | - |
| HSV(B) | 6.82º | 0.18% | 0.95% | - |
| XYZ | 68.17 | 65.67 | 62.51 | - |
| YUV | 214.09 | 118.92 | 147.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 203 | 198 | 0 | 0.16 | 0.18 | 0.05 | 6.82 | 0.63 | 0.86 |
| Hex | F2 | CB | C6 | 0 | 10 | 12 | 5 | 7 | 3F | 56 |
| Octal | 362 | 313 | 306 | 0 | 20 | 22 | 5 | 7 | 77 | 126 |
| Binary | 11110010 | 11001011 | 11000110 | 0 | 10000 | 10010 | 101 | 111 | 111111 | 1010110 |
Color Harmonies of #F2CBC6
Complementary color
Monochromatic Colors of #F2CBC6
Black with #F2CBC6
Text Example
Text Example
White with #F2CBC6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2CBC6; }
p { color: rgb(242,203,198); }
H1.HeaderClassName
{
color: #F2CBC6;
}
.AnyTagClassName
{
color: #F2CBC6;
}
</style>
background-color css
<style>
a { background-color: #F2CBC6; }
a { background-color: rgb(242,203,198); }
div.DivClassName
{
background-color: #F2CBC6;
}
.BgClassName
{
background-color: #F2CBC6;
}
</style>
border-color css
<style>
span { border-color: #F2CBC6; }
span { border-color: rgb(242,203,198); }
td.TdClassName
{
border-color: #F2CBC6;
}
.TagClassName
{
border-color: #F2CBC6;
}
</style>