#FBF4DF

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

Shades of Off Yellow #FBF4DF

Tints of Off Yellow #FBF4DF

Color information

#FBF4DF (or 0xFBF4DF) is unknown color: approx Off Yellow. HEX triplet: FB, F4 and DF. RGB value is (251,244,223). Sum of RGB (Red+Green+Blue) = 251+244+223=718 (95% of max value = 765). Red value is 251 (98.44% from 255 or 34.96% from 718); Green value is 244 (95.70% from 255 or 33.98% from 718); Blue value is 223 (87.5% from 255 or 31.06% from 718); Max value from RGB is 251 - color contains mainly: red. Hex color #FBF4DF is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FBF4DF is #040B20. Grayscale: #F3F3F3. Windows color (decimal): -264993 or 14677243. OLE color: 14677243.

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

Color convert

RGB251244223-
CMYK00.030.110.02
HSL45º77.78%92.94%-
HSV(B)45º11.16%98.43%-
XYZ85.4590.5482.78-
YUV243.7116.32133.21-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 34.96%
GREEN value IS 244 (95.70% from 255) = 33.98%
BLUE value IS 223 (87.5% from 255) = 31.06%
R=34.96%
G=33.98%
B=31.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.11
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25124422300.030.110.024577.7892.94
HexFBF4DF03B22d4e5d
Octal3733643370313255116135
Binary11111011111101001101111101110111010110110011101011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBF4DF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBF4DF; }

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

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

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

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

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

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

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

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