#FAFAE7

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

Shades of Light Yellow #FAFAE7

Tints of Light Yellow #FAFAE7

Color information

#FAFAE7 (or 0xFAFAE7) is unknown color: approx Light Yellow. HEX triplet: FA, FA and E7. RGB value is (250,250,231). Sum of RGB (Red+Green+Blue) = 250+250+231=731 (96% of max value = 765). Red value is 250 (98.05% from 255 or 34.20% from 731); Green value is 250 (98.05% from 255 or 34.20% from 731); Blue value is 231 (90.62% from 255 or 31.60% from 731); Max value from RGB is 250 - color contains mainly: red, green. Hex color #FAFAE7 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FAFAE7 is #050518. Grayscale: #F7F7F7. Windows color (decimal): -328985 or 15203066. OLE color: 15203066.

HSL color Cylindrical-coordinate representation of color #FAFAE7: hue angle of 60º degrees, saturation: 0.66, 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 #FAFAE7 is Cyan = 0, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.02.

Color convert

RGB250250231-
CMYK000.080.02
HSL60º65.52%94.31%-
HSV(B)60º7.6%98.04%-
XYZ88.0394.4689.19-
YUV247.83118.5129.54-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 34.20%
GREEN value IS 250 (98.05% from 255) = 34.20%
BLUE value IS 231 (90.62% from 255) = 31.60%
R=34.20%
G=34.20%
B=31.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal250250231000.080.026065.5294.31
HexFAFAE700823c425e
Octal3723723470010274102136
Binary1111101011111010111001110010001011110010000101011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAFAE7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAFAE7; }

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

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

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

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

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

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

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

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