#FDF5DA

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

Shades of Off Yellow #FDF5DA

Tints of Off Yellow #FDF5DA

Color information

#FDF5DA (or 0xFDF5DA) is unknown color: approx Off Yellow. HEX triplet: FD, F5 and DA. RGB value is (253,245,218). Sum of RGB (Red+Green+Blue) = 253+245+218=716 (94% of max value = 765). Red value is 253 (99.22% from 255 or 35.34% from 716); Green value is 245 (96.09% from 255 or 34.22% from 716); Blue value is 218 (85.55% from 255 or 30.45% from 716); Max value from RGB is 253 - color contains mainly: red. Hex color #FDF5DA is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FDF5DA is #020A25. Grayscale: #F4F4F4. Windows color (decimal): -133670 or 14349821. OLE color: 14349821.

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

Color convert

RGB253245218-
CMYK00.030.140.01
HSL46.29º89.74%92.35%-
HSV(B)46.29º13.83%99.22%-
XYZ85.8291.2579.42-
YUV244.31113.15134.2-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 35.34%
GREEN value IS 245 (96.09% from 255) = 34.22%
BLUE value IS 218 (85.55% from 255) = 30.45%
R=35.34%
G=34.22%
B=30.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.14
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25324521800.030.140.0146.2989.7492.35
HexFDF5DA03E12e5a5c
Octal3753653320316156132134
Binary1111110111110101110110100111110110111010110101011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDF5DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FDF5DA; }

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

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

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

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

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

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

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

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