#FACBC3

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

Shades of Coral Candy #FACBC3

Tints of Coral Candy #FACBC3

Color information

#FACBC3 (or 0xFACBC3) is unknown color: approx Coral Candy. HEX triplet: FA, CB and C3. RGB value is (250,203,195). Sum of RGB (Red+Green+Blue) = 250+203+195=648 (85% of max value = 765). Red value is 250 (98.05% from 255 or 38.58% from 648); Green value is 203 (79.69% from 255 or 31.33% from 648); Blue value is 195 (76.56% from 255 or 30.09% from 648); Max value from RGB is 250 - color contains mainly: red. Hex color #FACBC3 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FACBC3 is #05343C. Grayscale: #D8D8D8. Windows color (decimal): -341053 or 12831738. OLE color: 12831738.

HSL color Cylindrical-coordinate representation of color #FACBC3: hue angle of 8.73º degrees, saturation: 0.85, 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 #FACBC3 is Cyan = 0, Magento = 0.19, Yellow = 0.22 and Black (K on CMYK) = 0.02.

Color convert

RGB250203195-
CMYK00.190.220.02
HSL8.73º84.62%87.25%-
HSV(B)8.73º22%98.04%-
XYZ70.6366.9860.83-
YUV216.14116.07152.15-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 38.58%
GREEN value IS 203 (79.69% from 255) = 31.33%
BLUE value IS 195 (76.56% from 255) = 30.09%
R=38.58%
G=31.33%
B=30.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.22
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25020319500.190.220.028.7384.6287.25
HexFACBC301316295557
Octal37231330302326211125127
Binary1111101011001011110000110100111011010100110101011010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FACBC3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FACBC3; }

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

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

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

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

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

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

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

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