#FDF5DD

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

Shades of Off Yellow #FDF5DD

Tints of Off Yellow #FDF5DD

Color information

#FDF5DD (or 0xFDF5DD) is unknown color: approx Off Yellow. HEX triplet: FD, F5 and DD. RGB value is (253,245,221). Sum of RGB (Red+Green+Blue) = 253+245+221=719 (95% of max value = 765). Red value is 253 (99.22% from 255 or 35.19% from 719); Green value is 245 (96.09% from 255 or 34.08% from 719); Blue value is 221 (86.72% from 255 or 30.74% from 719); Max value from RGB is 253 - color contains mainly: red. Hex color #FDF5DD is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FDF5DD is #020A22. Grayscale: #F4F4F4. Windows color (decimal): -133667 or 14546429. OLE color: 14546429.

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

Color convert

RGB253245221-
CMYK00.030.130.01
HSL45º88.89%92.94%-
HSV(B)45º12.65%99.22%-
XYZ86.2191.4181.51-
YUV244.66114.65133.95-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 35.19%
GREEN value IS 245 (96.09% from 255) = 34.08%
BLUE value IS 221 (86.72% from 255) = 30.74%
R=35.19%
G=34.08%
B=30.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.13
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25324522100.030.130.014588.8992.94
HexFDF5DD03D12d595d
Octal3753653350315155131135
Binary1111110111110101110111010111101110110110110011011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDF5DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FDF5DD; }

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

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

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

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

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

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

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

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