#FBF5DA

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

Shades of Off Yellow #FBF5DA

Tints of Off Yellow #FBF5DA

Color information

#FBF5DA (or 0xFBF5DA) is unknown color: approx Off Yellow. HEX triplet: FB, F5 and DA. RGB value is (251,245,218). Sum of RGB (Red+Green+Blue) = 251+245+218=714 (94% of max value = 765). Red value is 251 (98.44% from 255 or 35.15% from 714); Green value is 245 (96.09% from 255 or 34.31% from 714); Blue value is 218 (85.55% from 255 or 30.53% from 714); Max value from RGB is 251 - color contains mainly: red. Hex color #FBF5DA is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FBF5DA is #040A25. Grayscale: #F3F3F3. Windows color (decimal): -264742 or 14349819. OLE color: 14349819.

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

Color convert

RGB251245218-
CMYK00.020.130.02
HSL49.09º80.49%91.96%-
HSV(B)49.09º13.15%98.43%-
XYZ85.0990.8879.39-
YUV243.72113.49133.2-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 35.15%
GREEN value IS 245 (96.09% from 255) = 34.31%
BLUE value IS 218 (85.55% from 255) = 30.53%
R=35.15%
G=34.31%
B=30.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.13
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25124521800.020.130.0249.0980.4991.96
HexFBF5DA02D231505c
Octal3733653320215261120134
Binary11111011111101011101101001011011011000110100001011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBF5DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBF5DA; }

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

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

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

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

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

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

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

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