#FACBC8

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

Shades of Coral Candy #FACBC8

Tints of Coral Candy #FACBC8

Color information

#FACBC8 (or 0xFACBC8) is unknown color: approx Coral Candy. HEX triplet: FA, CB and C8. RGB value is (250,203,200). Sum of RGB (Red+Green+Blue) = 250+203+200=653 (86% of max value = 765). Red value is 250 (98.05% from 255 or 38.28% from 653); Green value is 203 (79.69% from 255 or 31.09% from 653); Blue value is 200 (78.52% from 255 or 30.63% from 653); Max value from RGB is 250 - color contains mainly: red. Hex color #FACBC8 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FACBC8 is #053437. Grayscale: #D8D8D8. Windows color (decimal): -341048 or 13159418. OLE color: 13159418.

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

Color convert

RGB250203200-
CMYK00.190.20.02
HSL3.6º83.33%88.24%-
HSV(B)3.6º20%98.04%-
XYZ71.2167.2163.86-
YUV216.71118.57151.74-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 38.28%
GREEN value IS 203 (79.69% from 255) = 31.09%
BLUE value IS 200 (78.52% from 255) = 30.63%
R=38.28%
G=31.09%
B=30.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.2
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25020320000.190.20.023.683.3388.24
HexFACBC801314245358
Octal3723133100232424123130
Binary111110101100101111001000010011101001010010100111011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FACBC8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FACBC8; }

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

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

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

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

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

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

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

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