#FACFAB

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

Shades of Apricot #FACFAB

Tints of Apricot #FACFAB

Color information

#FACFAB (or 0xFACFAB) is unknown color: approx Apricot. HEX triplet: FA, CF and AB. RGB value is (250,207,171). Sum of RGB (Red+Green+Blue) = 250+207+171=628 (83% of max value = 765). Red value is 250 (98.05% from 255 or 39.81% from 628); Green value is 207 (81.25% from 255 or 32.96% from 628); Blue value is 171 (67.19% from 255 or 27.23% from 628); Max value from RGB is 250 - color contains mainly: red. Hex color #FACFAB is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FACFAB is #053054. Grayscale: #D7D7D7. Windows color (decimal): -340053 or 11259898. OLE color: 11259898.

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

Color convert

RGB250207171-
CMYK00.170.320.02
HSL27.34º88.76%82.55%-
HSV(B)27.34º31.6%98.04%-
XYZ69.0967.8947.99-
YUV215.75102.75152.43-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 39.81%
GREEN value IS 207 (81.25% from 255) = 32.96%
BLUE value IS 171 (67.19% from 255) = 27.23%
R=39.81%
G=32.96%
B=27.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.32
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25020717100.170.320.0227.3488.7682.55
HexFACFAB0112021b5953
Octal37231725302140233131123
Binary111110101100111110101011010001100000101101110110011010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FACFAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FACFAB; }

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

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

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

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

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

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

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

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