#FAFAE0

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

Shades of Light Yellow #FAFAE0

Tints of Light Yellow #FAFAE0

Color information

#FAFAE0 (or 0xFAFAE0) is unknown color: approx Light Yellow. HEX triplet: FA, FA and E0. RGB value is (250,250,224). Sum of RGB (Red+Green+Blue) = 250+250+224=724 (95% of max value = 765). Red value is 250 (98.05% from 255 or 34.53% from 724); Green value is 250 (98.05% from 255 or 34.53% from 724); Blue value is 224 (87.89% from 255 or 30.94% from 724); Max value from RGB is 250 - color contains mainly: red, green. Hex color #FAFAE0 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FAFAE0 is #05051F. Grayscale: #F7F7F7. Windows color (decimal): -328992 or 14744314. OLE color: 14744314.

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

Color convert

RGB250250224-
CMYK000.100.02
HSL60º72.22%92.94%-
HSV(B)60º10.4%98.04%-
XYZ87.0694.0884.09-
YUV247.04115130.11-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 34.53%
GREEN value IS 250 (98.05% from 255) = 34.53%
BLUE value IS 224 (87.89% from 255) = 30.94%
R=34.53%
G=34.53%
B=30.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal250250224000.100.026072.2292.94
HexFAFAE000A23c485d
Octal3723723400012274110135
Binary1111101011111010111000000010101011110010010001011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAFAE0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAFAE0; }

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

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

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

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

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

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

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

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