#FAFAE2

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

Shades of Light Yellow #FAFAE2

Tints of Light Yellow #FAFAE2

Color information

#FAFAE2 (or 0xFAFAE2) is unknown color: approx Light Yellow. HEX triplet: FA, FA and E2. RGB value is (250,250,226). Sum of RGB (Red+Green+Blue) = 250+250+226=726 (96% of max value = 765). Red value is 250 (98.05% from 255 or 34.44% from 726); Green value is 250 (98.05% from 255 or 34.44% from 726); Blue value is 226 (88.67% from 255 or 31.13% from 726); Max value from RGB is 250 - color contains mainly: red, green. Hex color #FAFAE2 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FAFAE2 is #05051D. Grayscale: #F7F7F7. Windows color (decimal): -328990 or 14875386. OLE color: 14875386.

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

Color convert

RGB250250226-
CMYK000.100.02
HSL60º70.59%93.33%-
HSV(B)60º9.6%98.04%-
XYZ87.3494.1985.53-
YUV247.26116129.95-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 34.44%
GREEN value IS 250 (98.05% from 255) = 34.44%
BLUE value IS 226 (88.67% from 255) = 31.13%
R=34.44%
G=34.44%
B=31.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal250250226000.100.026070.5993.33
HexFAFAE200A23c475d
Octal3723723420012274107135
Binary1111101011111010111000100010101011110010001111011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAFAE2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAFAE2; }

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

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

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

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

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

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

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

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