#FAFBE4

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

Shades of Light Yellow #FAFBE4

Tints of Light Yellow #FAFBE4

Color information

#FAFBE4 (or 0xFAFBE4) is unknown color: approx Light Yellow. HEX triplet: FA, FB and E4. RGB value is (250,251,228). Sum of RGB (Red+Green+Blue) = 250+251+228=729 (96% of max value = 765). Red value is 250 (98.05% from 255 or 34.29% from 729); Green value is 251 (98.44% from 255 or 34.43% from 729); Blue value is 228 (89.45% from 255 or 31.28% from 729); Max value from RGB is 251 - color contains mainly: green. Hex color #FAFBE4 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FAFBE4 is #05041B. Grayscale: #F8F8F8. Windows color (decimal): -328732 or 15006714. OLE color: 15006714.

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

Color convert

RGB250251228-
CMYK0.0000.090.02
HSL62.61º74.19%93.92%-
HSV(B)62.61º9.16%98.43%-
XYZ87.9394.9287.09-
YUV248.08116.67129.37-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 34.29%
GREEN value IS 251 (98.44% from 255) = 34.43%
BLUE value IS 228 (89.45% from 255) = 31.28%
R=34.29%
G=34.43%
B=31.28%

CMYK

C (Cyan) values IS 0.00
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2502512280.0000.090.0262.6174.1993.92
HexFAFBE400923f4a5e
Octal3723733440011277112136
Binary1111101011111011111001000010011011111110010101011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAFBE4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAFBE4; }

 p { color: rgb(250,251,228); }

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

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

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

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

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

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

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