#FACCB5

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

Shades of Apricot #FACCB5

Tints of Apricot #FACCB5

Color information

#FACCB5 (or 0xFACCB5) is unknown color: approx Apricot. HEX triplet: FA, CC and B5. RGB value is (250,204,181). Sum of RGB (Red+Green+Blue) = 250+204+181=635 (84% of max value = 765). Red value is 250 (98.05% from 255 or 39.37% from 635); Green value is 204 (80.08% from 255 or 32.13% from 635); Blue value is 181 (71.09% from 255 or 28.50% from 635); Max value from RGB is 250 - color contains mainly: red. Hex color #FACCB5 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FACCB5 is #05334A. Grayscale: #D7D7D7. Windows color (decimal): -340811 or 11914490. OLE color: 11914490.

HSL color Cylindrical-coordinate representation of color #FACCB5: hue angle of 20º degrees, saturation: 0.87, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #FACCB5 is Cyan = 0, Magento = 0.18, Yellow = 0.28 and Black (K on CMYK) = 0.02.

Color convert

RGB250204181-
CMYK00.180.280.02
HSL20º87.34%84.51%-
HSV(B)20º27.6%98.04%-
XYZ69.3666.8552.96-
YUV215.13108.74152.87-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 39.37%
GREEN value IS 204 (80.08% from 255) = 32.13%
BLUE value IS 181 (71.09% from 255) = 28.50%
R=39.37%
G=32.13%
B=28.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.28
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25020418100.180.280.022087.3484.51
HexFACCB50121C2145755
Octal37231426502234224127125
Binary11111010110011001011010101001011100101010010101111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FACCB5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FACCB5; }

 p { color: rgb(250,204,181); }

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

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

 a { background-color: rgb(250,204,181); }

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

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

 span { border-color: rgb(250,204,181); }

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