Shades of Coral Candy #FACFCB
Tints of Coral Candy #FACFCB
RGB
CMYK
RGB Variations
Color information
#FACFCB (or 0xFACFCB) is known color: Coral Candy. HEX triplet: FA, CF and CB. RGB value is (250,207,203). Sum of RGB (Red+Green+Blue) = 250+207+203=660 (87% of max value = 765). Red value is 250 (98.05% from 255 or 37.88% from 660); Green value is 207 (81.25% from 255 or 31.36% from 660); Blue value is 203 (79.69% from 255 or 30.76% from 660); Max value from RGB is 250 - color contains mainly: red. Hex color #FACFCB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FACFCB is #053034. Grayscale: #DBDBDB. Windows color (decimal): -340021 or 13357050. OLE color: 13357050.
HSL color Cylindrical-coordinate representation of color #FACFCB: hue angle of 5.11º 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 #FACFCB is Cyan = 0, Magento = 0.17, Yellow = 0.19 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 207 | 203 | - |
| CMYK | 0 | 0.17 | 0.19 | 0.02 |
| HSL | 5.11º | 0.82% | 0.89% | - |
| HSV(B) | 5.11º | 0.19% | 0.98% | - |
| XYZ | 72.52 | 69.26 | 66.05 | - |
| YUV | 219.4 | 118.75 | 149.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 207 | 203 | 0 | 0.17 | 0.19 | 0.02 | 5.11 | 0.82 | 0.89 |
| Hex | FA | CF | CB | 0 | 11 | 13 | 2 | 5 | 52 | 59 |
| Octal | 372 | 317 | 313 | 0 | 21 | 23 | 2 | 5 | 122 | 131 |
| Binary | 11111010 | 11001111 | 11001011 | 0 | 10001 | 10011 | 10 | 101 | 1010010 | 1011001 |
Color Harmonies of #FACFCB
Complementary color
Monochromatic Colors of #FACFCB
Black with #FACFCB
Text Example
Text Example
White with #FACFCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FACFCB; }
p { color: rgb(250,207,203); }
H1.HeaderClassName
{
color: #FACFCB;
}
.AnyTagClassName
{
color: #FACFCB;
}
</style>
background-color css
<style>
a { background-color: #FACFCB; }
a { background-color: rgb(250,207,203); }
div.DivClassName
{
background-color: #FACFCB;
}
.BgClassName
{
background-color: #FACFCB;
}
</style>
border-color css
<style>
span { border-color: #FACFCB; }
span { border-color: rgb(250,207,203); }
td.TdClassName
{
border-color: #FACFCB;
}
.TagClassName
{
border-color: #FACFCB;
}
</style>