#FBF5DE

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

Shades of Off Yellow #FBF5DE

Tints of Off Yellow #FBF5DE

Color information

#FBF5DE (or 0xFBF5DE) is unknown color: approx Off Yellow. HEX triplet: FB, F5 and DE. RGB value is (251,245,222). Sum of RGB (Red+Green+Blue) = 251+245+222=718 (95% of max value = 765). Red value is 251 (98.44% from 255 or 34.96% from 718); Green value is 245 (96.09% from 255 or 34.12% from 718); Blue value is 222 (87.11% from 255 or 30.92% from 718); Max value from RGB is 251 - color contains mainly: red. Hex color #FBF5DE is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FBF5DE is #040A21. Grayscale: #F4F4F4. Windows color (decimal): -264738 or 14611963. OLE color: 14611963.

HSL color Cylindrical-coordinate representation of color #FBF5DE: hue angle of 47.59º degrees, saturation: 0.78, lightness: 0.93%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #FBF5DE is Cyan = 0, Magento = 0.02, Yellow = 0.12 and Black (K on CMYK) = 0.02.

Color convert

RGB251245222-
CMYK00.020.120.02
HSL47.59º78.38%92.75%-
HSV(B)47.59º11.55%98.43%-
XYZ85.6291.0982.18-
YUV244.17115.49132.87-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 34.96%
GREEN value IS 245 (96.09% from 255) = 34.12%
BLUE value IS 222 (87.11% from 255) = 30.92%
R=34.96%
G=34.12%
B=30.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.12
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25124522200.020.120.0247.5978.3892.75
HexFBF5DE02C2304e5d
Octal3733653360214260116135
Binary11111011111101011101111001011001011000010011101011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBF5DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBF5DE; }

 p { color: rgb(251,245,222); }

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

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

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

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

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

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

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