#FBF4E0

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

Shades of Off Yellow #FBF4E0

Tints of Off Yellow #FBF4E0

Color information

#FBF4E0 (or 0xFBF4E0) is unknown color: approx Off Yellow. HEX triplet: FB, F4 and E0. RGB value is (251,244,224). Sum of RGB (Red+Green+Blue) = 251+244+224=719 (95% of max value = 765). Red value is 251 (98.44% from 255 or 34.91% from 719); Green value is 244 (95.70% from 255 or 33.94% from 719); Blue value is 224 (87.89% from 255 or 31.15% from 719); Max value from RGB is 251 - color contains mainly: red. Hex color #FBF4E0 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FBF4E0 is #040B1F. Grayscale: #F3F3F3. Windows color (decimal): -264992 or 14742779. OLE color: 14742779.

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

Color convert

RGB251244224-
CMYK00.030.110.02
HSL44.44º77.14%93.14%-
HSV(B)44.44º10.76%98.43%-
XYZ85.5990.5983.5-
YUV243.81116.82133.13-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 34.91%
GREEN value IS 244 (95.70% from 255) = 33.94%
BLUE value IS 224 (87.89% from 255) = 31.15%
R=34.91%
G=33.94%
B=31.15%

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
Decimal25124422400.030.110.0244.4477.1493.14
HexFBF4E003B22c4d5d
Octal3733643400313254115135
Binary11111011111101001110000001110111010110010011011011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBF4E0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBF4E0; }

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

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

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

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

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

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

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

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