#FBF4DD

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

Shades of Off Yellow #FBF4DD

Tints of Off Yellow #FBF4DD

Color information

#FBF4DD (or 0xFBF4DD) is unknown color: approx Off Yellow. HEX triplet: FB, F4 and DD. RGB value is (251,244,221). Sum of RGB (Red+Green+Blue) = 251+244+221=716 (94% of max value = 765). Red value is 251 (98.44% from 255 or 35.06% from 716); Green value is 244 (95.70% from 255 or 34.08% from 716); Blue value is 221 (86.72% from 255 or 30.87% from 716); Max value from RGB is 251 - color contains mainly: red. Hex color #FBF4DD is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FBF4DD is #040B22. Grayscale: #F3F3F3. Windows color (decimal): -264995 or 14546171. OLE color: 14546171.

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

Color convert

RGB251244221-
CMYK00.030.120.02
HSL46º78.95%92.55%-
HSV(B)46º11.95%98.43%-
XYZ85.1990.4381.37-
YUV243.47115.32133.37-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 35.06%
GREEN value IS 244 (95.70% from 255) = 34.08%
BLUE value IS 221 (86.72% from 255) = 30.87%
R=35.06%
G=34.08%
B=30.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.12
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25124422100.030.120.024678.9592.55
HexFBF4DD03C22e4f5d
Octal3733643350314256117135
Binary11111011111101001101110101111001010111010011111011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBF4DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBF4DD; }

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

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

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

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

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

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

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

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