#FBF3DC

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

Shades of Off Yellow #FBF3DC

Tints of Off Yellow #FBF3DC

Color information

#FBF3DC (or 0xFBF3DC) is unknown color: approx Off Yellow. HEX triplet: FB, F3 and DC. RGB value is (251,243,220). Sum of RGB (Red+Green+Blue) = 251+243+220=714 (94% of max value = 765). Red value is 251 (98.44% from 255 or 35.15% from 714); Green value is 243 (95.31% from 255 or 34.03% from 714); Blue value is 220 (86.33% from 255 or 30.81% from 714); Max value from RGB is 251 - color contains mainly: red. Hex color #FBF3DC is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FBF3DC is #040C23. Grayscale: #F2F2F2. Windows color (decimal): -265252 or 14480379. OLE color: 14480379.

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

Color convert

RGB251243220-
CMYK00.030.120.02
HSL44.52º79.49%92.35%-
HSV(B)44.52º12.35%98.43%-
XYZ84.7589.7880.57-
YUV242.77115.15133.87-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 35.15%
GREEN value IS 243 (95.31% from 255) = 34.03%
BLUE value IS 220 (86.33% from 255) = 30.81%
R=35.15%
G=34.03%
B=30.81%

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
Decimal25124322000.030.120.0244.5279.4992.35
HexFBF3DC03C22d4f5c
Octal3733633340314255117134
Binary11111011111100111101110001111001010110110011111011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBF3DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBF3DC; }

 p { color: rgb(251,243,220); }

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

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

 a { background-color: rgb(251,243,220); }

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

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

 span { border-color: rgb(251,243,220); }

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