#FAFAE6

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

Shades of Light Yellow #FAFAE6

Tints of Light Yellow #FAFAE6

Color information

#FAFAE6 (or 0xFAFAE6) is unknown color: approx Light Yellow. HEX triplet: FA, FA and E6. RGB value is (250,250,230). Sum of RGB (Red+Green+Blue) = 250+250+230=730 (96% of max value = 765). Red value is 250 (98.05% from 255 or 34.25% from 730); Green value is 250 (98.05% from 255 or 34.25% from 730); Blue value is 230 (90.23% from 255 or 31.51% from 730); Max value from RGB is 250 - color contains mainly: red, green. Hex color #FAFAE6 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FAFAE6 is #050519. Grayscale: #F7F7F7. Windows color (decimal): -328986 or 15137530. OLE color: 15137530.

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

Color convert

RGB250250230-
CMYK000.080.02
HSL60º66.67%94.12%-
HSV(B)60º8%98.04%-
XYZ87.8994.4188.45-
YUV247.72118129.63-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 34.25%
GREEN value IS 250 (98.05% from 255) = 34.25%
BLUE value IS 230 (90.23% from 255) = 31.51%
R=34.25%
G=34.25%
B=31.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal250250230000.080.026066.6794.12
HexFAFAE600823c435e
Octal3723723460010274103136
Binary1111101011111010111001100010001011110010000111011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAFAE6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAFAE6; }

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

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

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

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

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

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

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

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