#FBF4DB

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

Shades of Off Yellow #FBF4DB

Tints of Off Yellow #FBF4DB

Color information

#FBF4DB (or 0xFBF4DB) is unknown color: approx Off Yellow. HEX triplet: FB, F4 and DB. RGB value is (251,244,219). Sum of RGB (Red+Green+Blue) = 251+244+219=714 (94% of max value = 765). Red value is 251 (98.44% from 255 or 35.15% from 714); Green value is 244 (95.70% from 255 or 34.17% from 714); Blue value is 219 (85.94% from 255 or 30.67% from 714); Max value from RGB is 251 - color contains mainly: red. Hex color #FBF4DB is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FBF4DB is #040B24. Grayscale: #F3F3F3. Windows color (decimal): -264997 or 14415099. OLE color: 14415099.

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

Color convert

RGB251244219-
CMYK00.030.130.02
HSL46.88º80%92.16%-
HSV(B)46.88º12.75%98.43%-
XYZ84.9290.3379.98-
YUV243.24114.32133.53-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 35.15%
GREEN value IS 244 (95.70% from 255) = 34.17%
BLUE value IS 219 (85.94% from 255) = 30.67%
R=35.15%
G=34.17%
B=30.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.13
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25124421900.030.130.0246.888092.16
HexFBF4DB03D22f505c
Octal3733643330315257120134
Binary11111011111101001101101101111011010111110100001011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBF4DB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBF4DB; }

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

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

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

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

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

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

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

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