#FACFB3

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

Shades of Apricot #FACFB3

Tints of Apricot #FACFB3

Color information

#FACFB3 (or 0xFACFB3) is unknown color: approx Apricot. HEX triplet: FA, CF and B3. RGB value is (250,207,179). Sum of RGB (Red+Green+Blue) = 250+207+179=636 (84% of max value = 765). Red value is 250 (98.05% from 255 or 39.31% from 636); Green value is 207 (81.25% from 255 or 32.55% from 636); Blue value is 179 (70.31% from 255 or 28.14% from 636); Max value from RGB is 250 - color contains mainly: red. Hex color #FACFB3 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FACFB3 is #05304C. Grayscale: #D8D8D8. Windows color (decimal): -340045 or 11784186. OLE color: 11784186.

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

Color convert

RGB250207179-
CMYK00.170.280.02
HSL23.66º87.65%84.12%-
HSV(B)23.66º28.4%98.04%-
XYZ69.8768.252.13-
YUV216.66106.75151.78-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 39.31%
GREEN value IS 207 (81.25% from 255) = 32.55%
BLUE value IS 179 (70.31% from 255) = 28.14%
R=39.31%
G=32.55%
B=28.14%

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
Decimal25020717900.170.280.0223.6687.6584.12
HexFACFB30111C2185854
Octal37231726302134230130124
Binary11111010110011111011001101000111100101100010110001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FACFB3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FACFB3; }

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

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

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

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

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

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

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

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