#FDF5DB

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

Shades of Off Yellow #FDF5DB

Tints of Off Yellow #FDF5DB

Color information

#FDF5DB (or 0xFDF5DB) is unknown color: approx Off Yellow. HEX triplet: FD, F5 and DB. RGB value is (253,245,219). Sum of RGB (Red+Green+Blue) = 253+245+219=717 (94% of max value = 765). Red value is 253 (99.22% from 255 or 35.29% from 717); Green value is 245 (96.09% from 255 or 34.17% from 717); Blue value is 219 (85.94% from 255 or 30.54% from 717); Max value from RGB is 253 - color contains mainly: red. Hex color #FDF5DB is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FDF5DB is #020A24. Grayscale: #F4F4F4. Windows color (decimal): -133669 or 14415357. OLE color: 14415357.

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

Color convert

RGB253245219-
CMYK00.030.130.01
HSL45.88º89.47%92.55%-
HSV(B)45.88º13.44%99.22%-
XYZ85.9591.380.11-
YUV244.43113.65134.11-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 35.29%
GREEN value IS 245 (96.09% from 255) = 34.17%
BLUE value IS 219 (85.94% from 255) = 30.54%
R=35.29%
G=34.17%
B=30.54%

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
Decimal25324521900.030.130.0145.8889.4792.55
HexFDF5DB03D12e595d
Octal3753653330315156131135
Binary1111110111110101110110110111101110111010110011011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDF5DB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FDF5DB; }

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

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

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

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

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

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

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

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