#FDF5DF

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

Shades of Off Yellow #FDF5DF

Tints of Off Yellow #FDF5DF

Color information

#FDF5DF (or 0xFDF5DF) is unknown color: approx Off Yellow. HEX triplet: FD, F5 and DF. RGB value is (253,245,223). Sum of RGB (Red+Green+Blue) = 253+245+223=721 (95% of max value = 765). Red value is 253 (99.22% from 255 or 35.09% from 721); Green value is 245 (96.09% from 255 or 33.98% from 721); Blue value is 223 (87.5% from 255 or 30.93% from 721); Max value from RGB is 253 - color contains mainly: red. Hex color #FDF5DF is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FDF5DF is #020A20. Grayscale: #F4F4F4. Windows color (decimal): -133665 or 14677501. OLE color: 14677501.

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

Color convert

RGB253245223-
CMYK00.030.120.01
HSL44º88.24%93.33%-
HSV(B)44º11.86%99.22%-
XYZ86.4891.5282.92-
YUV244.88115.65133.79-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 35.09%
GREEN value IS 245 (96.09% from 255) = 33.98%
BLUE value IS 223 (87.5% from 255) = 30.93%
R=35.09%
G=33.98%
B=30.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.12
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25324522300.030.120.014488.2493.33
HexFDF5DF03C12c585d
Octal3753653370314154130135
Binary1111110111110101110111110111100110110010110001011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDF5DF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FDF5DF; }

 p { color: rgb(253,245,223); }

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

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

 a { background-color: rgb(253,245,223); }

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

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

 span { border-color: rgb(253,245,223); }

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