#FAFAE1

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

Shades of Light Yellow #FAFAE1

Tints of Light Yellow #FAFAE1

Color information

#FAFAE1 (or 0xFAFAE1) is unknown color: approx Light Yellow. HEX triplet: FA, FA and E1. RGB value is (250,250,225). Sum of RGB (Red+Green+Blue) = 250+250+225=725 (96% of max value = 765). Red value is 250 (98.05% from 255 or 34.48% from 725); Green value is 250 (98.05% from 255 or 34.48% from 725); Blue value is 225 (88.28% from 255 or 31.03% from 725); Max value from RGB is 250 - color contains mainly: red, green. Hex color #FAFAE1 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FAFAE1 is #05051E. Grayscale: #F7F7F7. Windows color (decimal): -328991 or 14809850. OLE color: 14809850.

HSL color Cylindrical-coordinate representation of color #FAFAE1: 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 #FAFAE1 is Cyan = 0, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.02.

Color convert

RGB250250225-
CMYK000.100.02
HSL60º71.43%93.14%-
HSV(B)60º10%98.04%-
XYZ87.294.1384.81-
YUV247.15115.5130.03-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 34.48%
GREEN value IS 250 (98.05% from 255) = 34.48%
BLUE value IS 225 (88.28% from 255) = 31.03%
R=34.48%
G=34.48%
B=31.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal250250225000.100.026071.4393.14
HexFAFAE100A23c475d
Octal3723723410012274107135
Binary1111101011111010111000010010101011110010001111011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAFAE1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAFAE1; }

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

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

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

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

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

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

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

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