Shades of Coral Candy #F2CBC5
Tints of Coral Candy #F2CBC5
RGB
CMYK
RGB Variations
Color information
#F2CBC5 (or 0xF2CBC5) is known color: Coral Candy. HEX triplet: F2, CB and C5. RGB value is (242,203,197). Sum of RGB (Red+Green+Blue) = 242+203+197=642 (85% of max value = 765). Red value is 242 (94.92% from 255 or 37.69% from 642); Green value is 203 (79.69% from 255 or 31.62% from 642); Blue value is 197 (77.34% from 255 or 30.69% from 642); Max value from RGB is 242 - color contains mainly: red. Hex color #F2CBC5 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F2CBC5 is #0D343A. Grayscale: #D6D6D6. Windows color (decimal): -865339 or 12962802. OLE color: 12962802.
HSL color Cylindrical-coordinate representation of color #F2CBC5: hue angle of 8º degrees, saturation: 0.63, 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 #F2CBC5 is Cyan = 0, Magento = 0.16, Yellow = 0.19 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 203 | 197 | - |
| CMYK | 0 | 0.16 | 0.19 | 0.05 |
| HSL | 8º | 0.63% | 0.86% | - |
| HSV(B) | 8º | 0.19% | 0.95% | - |
| XYZ | 68.05 | 65.62 | 61.9 | - |
| YUV | 213.98 | 118.42 | 147.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 203 | 197 | 0 | 0.16 | 0.19 | 0.05 | 8 | 0.63 | 0.86 |
| Hex | F2 | CB | C5 | 0 | 10 | 13 | 5 | 8 | 3F | 56 |
| Octal | 362 | 313 | 305 | 0 | 20 | 23 | 5 | 10 | 77 | 126 |
| Binary | 11110010 | 11001011 | 11000101 | 0 | 10000 | 10011 | 101 | 1000 | 111111 | 1010110 |
Color Harmonies of #F2CBC5
Complementary color
Monochromatic Colors of #F2CBC5
Black with #F2CBC5
Text Example
Text Example
White with #F2CBC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2CBC5; }
p { color: rgb(242,203,197); }
H1.HeaderClassName
{
color: #F2CBC5;
}
.AnyTagClassName
{
color: #F2CBC5;
}
</style>
background-color css
<style>
a { background-color: #F2CBC5; }
a { background-color: rgb(242,203,197); }
div.DivClassName
{
background-color: #F2CBC5;
}
.BgClassName
{
background-color: #F2CBC5;
}
</style>
border-color css
<style>
span { border-color: #F2CBC5; }
span { border-color: rgb(242,203,197); }
td.TdClassName
{
border-color: #F2CBC5;
}
.TagClassName
{
border-color: #F2CBC5;
}
</style>