#FBF5DB

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

Shades of Off Yellow #FBF5DB

Tints of Off Yellow #FBF5DB

Color information

#FBF5DB (or 0xFBF5DB) is unknown color: approx Off Yellow. HEX triplet: FB, F5 and DB. RGB value is (251,245,219). Sum of RGB (Red+Green+Blue) = 251+245+219=715 (94% of max value = 765). Red value is 251 (98.44% from 255 or 35.10% from 715); Green value is 245 (96.09% from 255 or 34.27% from 715); Blue value is 219 (85.94% from 255 or 30.63% from 715); Max value from RGB is 251 - color contains mainly: red. Hex color #FBF5DB is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FBF5DB is #040A24. Grayscale: #F3F3F3. Windows color (decimal): -264741 or 14415355. OLE color: 14415355.

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

Color convert

RGB251245219-
CMYK00.020.130.02
HSL48.75º80%92.16%-
HSV(B)48.75º12.75%98.43%-
XYZ85.2290.9380.08-
YUV243.83113.99133.11-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 35.10%
GREEN value IS 245 (96.09% from 255) = 34.27%
BLUE value IS 219 (85.94% from 255) = 30.63%
R=35.10%
G=34.27%
B=30.63%

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
Decimal25124521900.020.130.0248.758092.16
HexFBF5DB02D231505c
Octal3733653330215261120134
Binary11111011111101011101101101011011011000110100001011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBF5DB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBF5DB; }

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

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

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

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

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

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

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

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