#FBFBE1

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

Shades of Light Yellow #FBFBE1

Tints of Light Yellow #FBFBE1

Color information

#FBFBE1 (or 0xFBFBE1) is unknown color: approx Light Yellow. HEX triplet: FB, FB and E1. RGB value is (251,251,225). Sum of RGB (Red+Green+Blue) = 251+251+225=727 (96% of max value = 765). Red value is 251 (98.44% from 255 or 34.53% from 727); Green value is 251 (98.44% from 255 or 34.53% from 727); Blue value is 225 (88.28% from 255 or 30.95% from 727); Max value from RGB is 251 - color contains mainly: red, green. Hex color #FBFBE1 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FBFBE1 is #04041E. Grayscale: #F8F8F8. Windows color (decimal): -263199 or 14810107. OLE color: 14810107.

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

Color convert

RGB251251225-
CMYK000.100.02
HSL60º76.47%93.33%-
HSV(B)60º10.36%98.43%-
XYZ87.8794.9484.93-
YUV248.04115130.11-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 34.53%
GREEN value IS 251 (98.44% from 255) = 34.53%
BLUE value IS 225 (88.28% from 255) = 30.95%
R=34.53%
G=34.53%
B=30.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal251251225000.100.026076.4793.33
HexFBFBE100A23c4c5d
Octal3733733410012274114135
Binary1111101111111011111000010010101011110010011001011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBFBE1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBFBE1; }

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

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

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

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

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

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

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

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