#FAFBE1

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

Shades of Light Yellow #FAFBE1

Tints of Light Yellow #FAFBE1

Color information

#FAFBE1 (or 0xFAFBE1) is unknown color: approx Light Yellow. HEX triplet: FA, FB and E1. RGB value is (250,251,225). Sum of RGB (Red+Green+Blue) = 250+251+225=726 (96% of max value = 765). Red value is 250 (98.05% from 255 or 34.44% from 726); Green value is 251 (98.44% from 255 or 34.57% from 726); Blue value is 225 (88.28% from 255 or 30.99% from 726); Max value from RGB is 251 - color contains mainly: green. Hex color #FAFBE1 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FAFBE1 is #05041E. Grayscale: #F7F7F7. Windows color (decimal): -328735 or 14810106. OLE color: 14810106.

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

Color convert

RGB250251225-
CMYK0.0000.100.02
HSL62.31º76.47%93.33%-
HSV(B)62.31º10.36%98.43%-
XYZ87.5194.7584.91-
YUV247.74115.17129.61-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 34.44%
GREEN value IS 251 (98.44% from 255) = 34.57%
BLUE value IS 225 (88.28% from 255) = 30.99%
R=34.44%
G=34.57%
B=30.99%

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
Decimal2502512250.0000.100.0262.3176.4793.33
HexFAFBE100A23e4c5d
Octal3723733410012276114135
Binary1111101011111011111000010010101011111010011001011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAFBE1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAFBE1; }

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

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

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

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

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

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

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

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