#FBF4DA

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

Shades of Off Yellow #FBF4DA

Tints of Off Yellow #FBF4DA

Color information

#FBF4DA (or 0xFBF4DA) is unknown color: approx Off Yellow. HEX triplet: FB, F4 and DA. RGB value is (251,244,218). Sum of RGB (Red+Green+Blue) = 251+244+218=713 (94% of max value = 765). Red value is 251 (98.44% from 255 or 35.20% from 713); Green value is 244 (95.70% from 255 or 34.22% from 713); Blue value is 218 (85.55% from 255 or 30.58% from 713); Max value from RGB is 251 - color contains mainly: red. Hex color #FBF4DA is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FBF4DA is #040B25. Grayscale: #F3F3F3. Windows color (decimal): -264998 or 14349563. OLE color: 14349563.

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

Color convert

RGB251244218-
CMYK00.030.130.02
HSL47.27º80.49%91.96%-
HSV(B)47.27º13.15%98.43%-
XYZ84.7990.2779.29-
YUV243.13113.82133.61-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 35.20%
GREEN value IS 244 (95.70% from 255) = 34.22%
BLUE value IS 218 (85.55% from 255) = 30.58%
R=35.20%
G=34.22%
B=30.58%

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
Decimal25124421800.030.130.0247.2780.4991.96
HexFBF4DA03D22f505c
Octal3733643320315257120134
Binary11111011111101001101101001111011010111110100001011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBF4DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBF4DA; }

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

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

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

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

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

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

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

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