#FBFFE2

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

Shades of Light Yellow #FBFFE2

Tints of Light Yellow #FBFFE2

Color information

#FBFFE2 (or 0xFBFFE2) is unknown color: approx Light Yellow. HEX triplet: FB, FF and E2. RGB value is (251,255,226). Sum of RGB (Red+Green+Blue) = 251+255+226=732 (96% of max value = 765). Red value is 251 (98.44% from 255 or 34.29% from 732); Green value is 255 (100% from 255 or 34.84% from 732); Blue value is 226 (88.67% from 255 or 30.87% from 732); Max value from RGB is 255 - color contains mainly: green. Hex color #FBFFE2 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FBFFE2 is #04001D. Grayscale: #FAFAFA. Windows color (decimal): -262174 or 14876667. OLE color: 14876667.

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

Color convert

RGB251255226-
CMYK0.0200.110
HSL68.28º100%94.31%-
HSV(B)68.28º11.37%100%-
XYZ89.2797.5286.07-
YUV250.5114.17128.36-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 34.29%
GREEN value IS 255 (100% from 255) = 34.84%
BLUE value IS 226 (88.67% from 255) = 30.87%
R=34.29%
G=34.84%
B=30.87%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2512552260.0200.11068.2810094.31
HexFBFFE220B044645e
Octal37337734220130104144136
Binary11111011111111111110001010010110100010011001001011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBFFE2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBFFE2; }

 p { color: rgb(251,255,226); }

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

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

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

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

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

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

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