#FACBB5

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

Shades of Apricot #FACBB5

Tints of Apricot #FACBB5

Color information

#FACBB5 (or 0xFACBB5) is unknown color: approx Apricot. HEX triplet: FA, CB and B5. RGB value is (250,203,181). Sum of RGB (Red+Green+Blue) = 250+203+181=634 (83% of max value = 765). Red value is 250 (98.05% from 255 or 39.43% from 634); Green value is 203 (79.69% from 255 or 32.02% from 634); Blue value is 181 (71.09% from 255 or 28.55% from 634); Max value from RGB is 250 - color contains mainly: red. Hex color #FACBB5 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FACBB5 is #05344A. Grayscale: #D6D6D6. Windows color (decimal): -341067 or 11914234. OLE color: 11914234.

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

Color convert

RGB250203181-
CMYK00.190.280.02
HSL19.13º87.34%84.51%-
HSV(B)19.13º27.6%98.04%-
XYZ69.1266.3752.88-
YUV214.54109.07153.29-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 39.43%
GREEN value IS 203 (79.69% from 255) = 32.02%
BLUE value IS 181 (71.09% from 255) = 28.55%
R=39.43%
G=32.02%
B=28.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.28
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25020318100.190.280.0219.1387.3484.51
HexFACBB50131C2135755
Octal37231326502334223127125
Binary11111010110010111011010101001111100101001110101111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FACBB5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FACBB5; }

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

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

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

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

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

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

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

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