#FACFB5

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

Shades of Apricot #FACFB5

Tints of Apricot #FACFB5

Color information

#FACFB5 (or 0xFACFB5) is unknown color: approx Apricot. HEX triplet: FA, CF and B5. RGB value is (250,207,181). Sum of RGB (Red+Green+Blue) = 250+207+181=638 (84% of max value = 765). Red value is 250 (98.05% from 255 or 39.18% from 638); Green value is 207 (81.25% from 255 or 32.45% from 638); Blue value is 181 (71.09% from 255 or 28.37% from 638); Max value from RGB is 250 - color contains mainly: red. Hex color #FACFB5 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FACFB5 is #05304A. Grayscale: #D9D9D9. Windows color (decimal): -340043 or 11915258. OLE color: 11915258.

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

Color convert

RGB250207181-
CMYK00.170.280.02
HSL22.61º87.34%84.51%-
HSV(B)22.61º27.6%98.04%-
XYZ70.0868.2953.2-
YUV216.89107.75151.61-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 39.18%
GREEN value IS 207 (81.25% from 255) = 32.45%
BLUE value IS 181 (71.09% from 255) = 28.37%
R=39.18%
G=32.45%
B=28.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.28
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25020718100.170.280.0222.6187.3484.51
HexFACFB50111C2175755
Octal37231726502134227127125
Binary11111010110011111011010101000111100101011110101111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FACFB5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FACFB5; }

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

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

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

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

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

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

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

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