#FAFAE3

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

Shades of Light Yellow #FAFAE3

Tints of Light Yellow #FAFAE3

Color information

#FAFAE3 (or 0xFAFAE3) is unknown color: approx Light Yellow. HEX triplet: FA, FA and E3. RGB value is (250,250,227). Sum of RGB (Red+Green+Blue) = 250+250+227=727 (96% of max value = 765). Red value is 250 (98.05% from 255 or 34.39% from 727); Green value is 250 (98.05% from 255 or 34.39% from 727); Blue value is 227 (89.06% from 255 or 31.22% from 727); Max value from RGB is 250 - color contains mainly: red, green. Hex color #FAFAE3 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FAFAE3 is #05051C. Grayscale: #F7F7F7. Windows color (decimal): -328989 or 14940922. OLE color: 14940922.

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

Color convert

RGB250250227-
CMYK000.090.02
HSL60º69.7%93.53%-
HSV(B)60º9.2%98.04%-
XYZ87.4894.2486.25-
YUV247.38116.5129.87-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 34.39%
GREEN value IS 250 (98.05% from 255) = 34.39%
BLUE value IS 227 (89.06% from 255) = 31.22%
R=34.39%
G=34.39%
B=31.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal250250227000.090.026069.793.53
HexFAFAE300923c465e
Octal3723723430011274106136
Binary1111101011111010111000110010011011110010001101011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAFAE3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAFAE3; }

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

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

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

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

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

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

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

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