#FDF5DC

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

Shades of Off Yellow #FDF5DC

Tints of Off Yellow #FDF5DC

Color information

#FDF5DC (or 0xFDF5DC) is unknown color: approx Off Yellow. HEX triplet: FD, F5 and DC. RGB value is (253,245,220). Sum of RGB (Red+Green+Blue) = 253+245+220=718 (95% of max value = 765). Red value is 253 (99.22% from 255 or 35.24% from 718); Green value is 245 (96.09% from 255 or 34.12% from 718); Blue value is 220 (86.33% from 255 or 30.64% from 718); Max value from RGB is 253 - color contains mainly: red. Hex color #FDF5DC is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FDF5DC is #020A23. Grayscale: #F4F4F4. Windows color (decimal): -133668 or 14480893. OLE color: 14480893.

HSL color Cylindrical-coordinate representation of color #FDF5DC: hue angle of 45.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 #FDF5DC is Cyan = 0, Magento = 0.03, Yellow = 0.13 and Black (K on CMYK) = 0.01.

Color convert

RGB253245220-
CMYK00.030.130.01
HSL45.45º89.19%92.75%-
HSV(B)45.45º13.04%99.22%-
XYZ86.0891.3580.81-
YUV244.54114.15134.03-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 35.24%
GREEN value IS 245 (96.09% from 255) = 34.12%
BLUE value IS 220 (86.33% from 255) = 30.64%
R=35.24%
G=34.12%
B=30.64%

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
Decimal25324522000.030.130.0145.4589.1992.75
HexFDF5DC03D12d595d
Octal3753653340315155131135
Binary1111110111110101110111000111101110110110110011011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDF5DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FDF5DC; }

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

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

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

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

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

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

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

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