#FACFAE

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

Shades of Apricot #FACFAE

Tints of Apricot #FACFAE

Color information

#FACFAE (or 0xFACFAE) is unknown color: approx Apricot. HEX triplet: FA, CF and AE. RGB value is (250,207,174). Sum of RGB (Red+Green+Blue) = 250+207+174=631 (83% of max value = 765). Red value is 250 (98.05% from 255 or 39.62% from 631); Green value is 207 (81.25% from 255 or 32.81% from 631); Blue value is 174 (68.36% from 255 or 27.58% from 631); Max value from RGB is 250 - color contains mainly: red. Hex color #FACFAE is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FACFAE is #053051. Grayscale: #D8D8D8. Windows color (decimal): -340050 or 11456506. OLE color: 11456506.

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

Color convert

RGB250207174-
CMYK00.170.300.02
HSL26.05º88.37%83.14%-
HSV(B)26.05º30.4%98.04%-
XYZ69.3868.0149.51-
YUV216.1104.25152.18-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 39.62%
GREEN value IS 207 (81.25% from 255) = 32.81%
BLUE value IS 174 (68.36% from 255) = 27.58%
R=39.62%
G=32.81%
B=27.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.30
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25020717400.170.300.0226.0588.3783.14
HexFACFAE0111E21a5853
Octal37231725602136232130123
Binary11111010110011111010111001000111110101101010110001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FACFAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FACFAE; }

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

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

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

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

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

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

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

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