#FAFBE3

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

Shades of Light Yellow #FAFBE3

Tints of Light Yellow #FAFBE3

Color information

#FAFBE3 (or 0xFAFBE3) is unknown color: approx Light Yellow. HEX triplet: FA, FB and E3. RGB value is (250,251,227). Sum of RGB (Red+Green+Blue) = 250+251+227=728 (96% of max value = 765). Red value is 250 (98.05% from 255 or 34.34% from 728); Green value is 251 (98.44% from 255 or 34.48% from 728); Blue value is 227 (89.06% from 255 or 31.18% from 728); Max value from RGB is 251 - color contains mainly: green. Hex color #FAFBE3 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FAFBE3 is #05041C. Grayscale: #F8F8F8. Windows color (decimal): -328733 or 14941178. OLE color: 14941178.

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

Color convert

RGB250251227-
CMYK0.0000.100.02
HSL62.5º75%93.73%-
HSV(B)62.5º9.56%98.43%-
XYZ87.7994.8686.36-
YUV247.96116.17129.45-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 34.34%
GREEN value IS 251 (98.44% from 255) = 34.48%
BLUE value IS 227 (89.06% from 255) = 31.18%
R=34.34%
G=34.48%
B=31.18%

CMYK

C (Cyan) values IS 0.00
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2502512270.0000.100.0262.57593.73
HexFAFBE300A23e4b5e
Octal3723733430012276113136
Binary1111101011111011111000110010101011111010010111011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAFBE3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAFBE3; }

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

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

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

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

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

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

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

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