Shades of Coral Candy #FACBCB
Tints of Coral Candy #FACBCB
RGB
CMYK
RGB Variations
Color information
#FACBCB (or 0xFACBCB) is known color: Coral Candy. HEX triplet: FA, CB and CB. RGB value is (250,203,203). Sum of RGB (Red+Green+Blue) = 250+203+203=656 (86% of max value = 765). Red value is 250 (98.05% from 255 or 38.11% from 656); Green value is 203 (79.69% from 255 or 30.95% from 656); Blue value is 203 (79.69% from 255 or 30.95% from 656); Max value from RGB is 250 - color contains mainly: red. Hex color #FACBCB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FACBCB is #053434. Grayscale: #D9D9D9. Windows color (decimal): -341045 or 13356026. OLE color: 13356026.
HSL color Cylindrical-coordinate representation of color #FACBCB: hue angle of 0º degrees, saturation: 0.82, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #FACBCB is Cyan = 0, Magento = 0.19, Yellow = 0.19 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 203 | 203 | - |
| CMYK | 0 | 0.19 | 0.19 | 0.02 |
| HSL | 0º | 0.82% | 0.89% | - |
| HSV(B) | 0º | 0.19% | 0.98% | - |
| XYZ | 71.56 | 67.35 | 65.73 | - |
| YUV | 217.05 | 120.07 | 151.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 203 | 203 | 0 | 0.19 | 0.19 | 0.02 | 0 | 0.82 | 0.89 |
| Hex | FA | CB | CB | 0 | 13 | 13 | 2 | 0 | 52 | 59 |
| Octal | 372 | 313 | 313 | 0 | 23 | 23 | 2 | 0 | 122 | 131 |
| Binary | 11111010 | 11001011 | 11001011 | 0 | 10011 | 10011 | 10 | 0 | 1010010 | 1011001 |
Color Harmonies of #FACBCB
Complementary color
Monochromatic Colors of #FACBCB
Black with #FACBCB
Text Example
Text Example
White with #FACBCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FACBCB; }
p { color: rgb(250,203,203); }
H1.HeaderClassName
{
color: #FACBCB;
}
.AnyTagClassName
{
color: #FACBCB;
}
</style>
background-color css
<style>
a { background-color: #FACBCB; }
a { background-color: rgb(250,203,203); }
div.DivClassName
{
background-color: #FACBCB;
}
.BgClassName
{
background-color: #FACBCB;
}
</style>
border-color css
<style>
span { border-color: #FACBCB; }
span { border-color: rgb(250,203,203); }
td.TdClassName
{
border-color: #FACBCB;
}
.TagClassName
{
border-color: #FACBCB;
}
</style>