#FACBC9

Color #FACBC9 Coral Candy (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Coral Candy #FACBC9

Tints of Coral Candy #FACBC9

Color information

#FACBC9 (or 0xFACBC9) is unknown color: approx Coral Candy. HEX triplet: FA, CB and C9. RGB value is (250,203,201). Sum of RGB (Red+Green+Blue) = 250+203+201=654 (86% of max value = 765). Red value is 250 (98.05% from 255 or 38.23% from 654); Green value is 203 (79.69% from 255 or 31.04% from 654); Blue value is 201 (78.91% from 255 or 30.73% from 654); Max value from RGB is 250 - color contains mainly: red. Hex color #FACBC9 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FACBC9 is #053436. Grayscale: #D8D8D8. Windows color (decimal): -341047 or 13224954. OLE color: 13224954.

HSL color Cylindrical-coordinate representation of color #FACBC9: hue angle of 2.45º degrees, saturation: 0.83, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #FACBC9 is Cyan = 0, Magento = 0.19, Yellow = 0.20 and Black (K on CMYK) = 0.02.

Color convert

RGB250203201-
CMYK00.190.200.02
HSL2.45º83.05%88.43%-
HSV(B)2.45º19.6%98.04%-
XYZ71.3267.2564.48-
YUV216.82119.07151.66-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 250 (98.05% from 255) = 38.23%
GREEN value IS 203 (79.69% from 255) = 31.04%
BLUE value IS 201 (78.91% from 255) = 30.73%
R=38.23%
G=31.04%
B=30.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.20
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25020320100.190.200.022.4583.0588.43
HexFACBC901314225358
Octal3723133110232422123130
Binary11111010110010111100100101001110100101010100111011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FACBC9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FACBC9; }

 p { color: rgb(250,203,201); }

 H1.HeaderClassName
 {
   color: #FACBC9;
 }
 .AnyTagClassName
 {
   color: #FACBC9;
 }
</style>
background-color css

<style>
 a { background-color: #FACBC9; }

 a { background-color: rgb(250,203,201); }

 div.DivClassName
 {
   background-color: #FACBC9;
 }
 .BgClassName
 {
   background-color: #FACBC9;
 }
</style>
border-color css

<style>
 span { border-color: #FACBC9; }

 span { border-color: rgb(250,203,201); }

 td.TdClassName
 {
   border-color: #FACBC9;
 }
 .TagClassName
 {
   border-color: #FACBC9;
 }
</style>