#FAFAE5

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

Shades of Light Yellow #FAFAE5

Tints of Light Yellow #FAFAE5

Color information

#FAFAE5 (or 0xFAFAE5) is unknown color: approx Light Yellow. HEX triplet: FA, FA and E5. RGB value is (250,250,229). Sum of RGB (Red+Green+Blue) = 250+250+229=729 (96% of max value = 765). Red value is 250 (98.05% from 255 or 34.29% from 729); Green value is 250 (98.05% from 255 or 34.29% from 729); Blue value is 229 (89.84% from 255 or 31.41% from 729); Max value from RGB is 250 - color contains mainly: red, green. Hex color #FAFAE5 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FAFAE5 is #05051A. Grayscale: #F7F7F7. Windows color (decimal): -328987 or 15071994. OLE color: 15071994.

HSL color Cylindrical-coordinate representation of color #FAFAE5: hue angle of 60º degrees, saturation: 0.68, lightness: 0.94%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #FAFAE5 is Cyan = 0, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.02.

Color convert

RGB250250229-
CMYK000.080.02
HSL60º67.74%93.92%-
HSV(B)60º8.4%98.04%-
XYZ87.7594.3587.72-
YUV247.61117.5129.71-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 34.29%
GREEN value IS 250 (98.05% from 255) = 34.29%
BLUE value IS 229 (89.84% from 255) = 31.41%
R=34.29%
G=34.29%
B=31.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal250250229000.080.026067.7493.92
HexFAFAE500823c445e
Octal3723723450010274104136
Binary1111101011111010111001010010001011110010001001011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAFAE5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAFAE5; }

 p { color: rgb(250,250,229); }

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

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

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

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

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

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

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