#FAFAE4

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

Shades of Light Yellow #FAFAE4

Tints of Light Yellow #FAFAE4

Color information

#FAFAE4 (or 0xFAFAE4) is unknown color: approx Light Yellow. HEX triplet: FA, FA and E4. RGB value is (250,250,228). Sum of RGB (Red+Green+Blue) = 250+250+228=728 (96% of max value = 765). Red value is 250 (98.05% from 255 or 34.34% from 728); Green value is 250 (98.05% from 255 or 34.34% from 728); Blue value is 228 (89.45% from 255 or 31.32% from 728); Max value from RGB is 250 - color contains mainly: red, green. Hex color #FAFAE4 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FAFAE4 is #05051B. Grayscale: #F7F7F7. Windows color (decimal): -328988 or 15006458. OLE color: 15006458.

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

Color convert

RGB250250228-
CMYK000.090.02
HSL60º68.75%93.73%-
HSV(B)60º8.8%98.04%-
XYZ87.6194.386.98-
YUV247.49117129.79-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 34.34%
GREEN value IS 250 (98.05% from 255) = 34.34%
BLUE value IS 228 (89.45% from 255) = 31.32%
R=34.34%
G=34.34%
B=31.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal250250228000.090.026068.7593.73
HexFAFAE400923c455e
Octal3723723440011274105136
Binary1111101011111010111001000010011011110010001011011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAFAE4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAFAE4; }

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

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

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

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

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

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

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

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