Shades of Coral Candy #F9CBCB
Tints of Coral Candy #F9CBCB
RGB
CMYK
RGB Variations
Color information
#F9CBCB (or 0xF9CBCB) is known color: Coral Candy. HEX triplet: F9, CB and CB. RGB value is (249,203,203). Sum of RGB (Red+Green+Blue) = 249+203+203=655 (86% of max value = 765). Red value is 249 (97.66% from 255 or 38.02% from 655); Green value is 203 (79.69% from 255 or 30.99% from 655); Blue value is 203 (79.69% from 255 or 30.99% from 655); Max value from RGB is 249 - color contains mainly: red. Hex color #F9CBCB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F9CBCB is #063434. Grayscale: #D8D8D8. Windows color (decimal): -406581 or 13356025. OLE color: 13356025.
HSL color Cylindrical-coordinate representation of color #F9CBCB: hue angle of 0º degrees, saturation: 0.79, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #F9CBCB is Cyan = 0, Magento = 0.18, Yellow = 0.18 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 203 | 203 | - |
| CMYK | 0 | 0.18 | 0.18 | 0.02 |
| HSL | 0º | 0.79% | 0.89% | - |
| HSV(B) | 0º | 0.18% | 0.98% | - |
| XYZ | 71.2 | 67.16 | 65.71 | - |
| YUV | 216.75 | 120.24 | 151 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 203 | 203 | 0 | 0.18 | 0.18 | 0.02 | 0 | 0.79 | 0.89 |
| Hex | F9 | CB | CB | 0 | 12 | 12 | 2 | 0 | 4F | 59 |
| Octal | 371 | 313 | 313 | 0 | 22 | 22 | 2 | 0 | 117 | 131 |
| Binary | 11111001 | 11001011 | 11001011 | 0 | 10010 | 10010 | 10 | 0 | 1001111 | 1011001 |
Color Harmonies of #F9CBCB
Complementary color
Monochromatic Colors of #F9CBCB
Black with #F9CBCB
Text Example
Text Example
White with #F9CBCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9CBCB; }
p { color: rgb(249,203,203); }
H1.HeaderClassName
{
color: #F9CBCB;
}
.AnyTagClassName
{
color: #F9CBCB;
}
</style>
background-color css
<style>
a { background-color: #F9CBCB; }
a { background-color: rgb(249,203,203); }
div.DivClassName
{
background-color: #F9CBCB;
}
.BgClassName
{
background-color: #F9CBCB;
}
</style>
border-color css
<style>
span { border-color: #F9CBCB; }
span { border-color: rgb(249,203,203); }
td.TdClassName
{
border-color: #F9CBCB;
}
.TagClassName
{
border-color: #F9CBCB;
}
</style>