#FBF5DF

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

Shades of Off Yellow #FBF5DF

Tints of Off Yellow #FBF5DF

Color information

#FBF5DF (or 0xFBF5DF) is unknown color: approx Off Yellow. HEX triplet: FB, F5 and DF. RGB value is (251,245,223). Sum of RGB (Red+Green+Blue) = 251+245+223=719 (95% of max value = 765). Red value is 251 (98.44% from 255 or 34.91% from 719); Green value is 245 (96.09% from 255 or 34.08% from 719); Blue value is 223 (87.5% from 255 or 31.02% from 719); Max value from RGB is 251 - color contains mainly: red. Hex color #FBF5DF is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FBF5DF is #040A20. Grayscale: #F4F4F4. Windows color (decimal): -264737 or 14677499. OLE color: 14677499.

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

Color convert

RGB251245223-
CMYK00.020.110.02
HSL47.14º77.78%92.94%-
HSV(B)47.14º11.16%98.43%-
XYZ85.7691.1482.88-
YUV244.29115.99132.79-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 34.91%
GREEN value IS 245 (96.09% from 255) = 34.08%
BLUE value IS 223 (87.5% from 255) = 31.02%
R=34.91%
G=34.08%
B=31.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.11
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25124522300.020.110.0247.1477.7892.94
HexFBF5DF02B22f4e5d
Octal3733653370213257116135
Binary11111011111101011101111101010111010111110011101011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBF5DF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBF5DF; }

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

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

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

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

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

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

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

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