Shades of Coral Candy #FACBC4
Tints of Coral Candy #FACBC4
RGB
CMYK
RGB Variations
Color information
#FACBC4 (or 0xFACBC4) is known color: Coral Candy. HEX triplet: FA, CB and C4. RGB value is (250,203,196). Sum of RGB (Red+Green+Blue) = 250+203+196=649 (85% of max value = 765). Red value is 250 (98.05% from 255 or 38.52% from 649); Green value is 203 (79.69% from 255 or 31.28% from 649); Blue value is 196 (76.95% from 255 or 30.20% from 649); Max value from RGB is 250 - color contains mainly: red. Hex color #FACBC4 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FACBC4 is #05343B. Grayscale: #D8D8D8. Windows color (decimal): -341052 or 12897274. OLE color: 12897274.
HSL color Cylindrical-coordinate representation of color #FACBC4: hue angle of 7.78º degrees, saturation: 0.84, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #FACBC4 is Cyan = 0, Magento = 0.19, Yellow = 0.22 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 203 | 196 | - |
| CMYK | 0 | 0.19 | 0.22 | 0.02 |
| HSL | 7.78º | 0.84% | 0.87% | - |
| HSV(B) | 7.78º | 0.22% | 0.98% | - |
| XYZ | 70.74 | 67.02 | 61.43 | - |
| YUV | 216.26 | 116.57 | 152.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 203 | 196 | 0 | 0.19 | 0.22 | 0.02 | 7.78 | 0.84 | 0.87 |
| Hex | FA | CB | C4 | 0 | 13 | 16 | 2 | 8 | 54 | 57 |
| Octal | 372 | 313 | 304 | 0 | 23 | 26 | 2 | 10 | 124 | 127 |
| Binary | 11111010 | 11001011 | 11000100 | 0 | 10011 | 10110 | 10 | 1000 | 1010100 | 1010111 |
Color Harmonies of #FACBC4
Complementary color
Monochromatic Colors of #FACBC4
Black with #FACBC4
Text Example
Text Example
White with #FACBC4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FACBC4; }
p { color: rgb(250,203,196); }
H1.HeaderClassName
{
color: #FACBC4;
}
.AnyTagClassName
{
color: #FACBC4;
}
</style>
background-color css
<style>
a { background-color: #FACBC4; }
a { background-color: rgb(250,203,196); }
div.DivClassName
{
background-color: #FACBC4;
}
.BgClassName
{
background-color: #FACBC4;
}
</style>
border-color css
<style>
span { border-color: #FACBC4; }
span { border-color: rgb(250,203,196); }
td.TdClassName
{
border-color: #FACBC4;
}
.TagClassName
{
border-color: #FACBC4;
}
</style>