Shades of Coral Candy #F5CFCB
Tints of Coral Candy #F5CFCB
RGB
CMYK
RGB Variations
Color information
#F5CFCB (or 0xF5CFCB) is known color: Coral Candy. HEX triplet: F5, CF and CB. RGB value is (245,207,203). Sum of RGB (Red+Green+Blue) = 245+207+203=655 (86% of max value = 765). Red value is 245 (96.09% from 255 or 37.40% from 655); Green value is 207 (81.25% from 255 or 31.60% from 655); Blue value is 203 (79.69% from 255 or 30.99% from 655); Max value from RGB is 245 - color contains mainly: red. Hex color #F5CFCB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F5CFCB is #0A3034. Grayscale: #D9D9D9. Windows color (decimal): -667701 or 13357045. OLE color: 13357045.
HSL color Cylindrical-coordinate representation of color #F5CFCB: hue angle of 5.71º degrees, saturation: 0.68, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #F5CFCB is Cyan = 0, Magento = 0.16, Yellow = 0.17 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 207 | 203 | - |
| CMYK | 0 | 0.16 | 0.17 | 0.04 |
| HSL | 5.71º | 0.68% | 0.88% | - |
| HSV(B) | 5.71º | 0.17% | 0.96% | - |
| XYZ | 70.75 | 68.35 | 65.96 | - |
| YUV | 217.91 | 119.59 | 147.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 207 | 203 | 0 | 0.16 | 0.17 | 0.04 | 5.71 | 0.68 | 0.88 |
| Hex | F5 | CF | CB | 0 | 10 | 11 | 4 | 6 | 44 | 58 |
| Octal | 365 | 317 | 313 | 0 | 20 | 21 | 4 | 6 | 104 | 130 |
| Binary | 11110101 | 11001111 | 11001011 | 0 | 10000 | 10001 | 100 | 110 | 1000100 | 1011000 |
Color Harmonies of #F5CFCB
Complementary color
Monochromatic Colors of #F5CFCB
Black with #F5CFCB
Text Example
Text Example
White with #F5CFCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5CFCB; }
p { color: rgb(245,207,203); }
H1.HeaderClassName
{
color: #F5CFCB;
}
.AnyTagClassName
{
color: #F5CFCB;
}
</style>
background-color css
<style>
a { background-color: #F5CFCB; }
a { background-color: rgb(245,207,203); }
div.DivClassName
{
background-color: #F5CFCB;
}
.BgClassName
{
background-color: #F5CFCB;
}
</style>
border-color css
<style>
span { border-color: #F5CFCB; }
span { border-color: rgb(245,207,203); }
td.TdClassName
{
border-color: #F5CFCB;
}
.TagClassName
{
border-color: #F5CFCB;
}
</style>