#FDF4D8

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

Shades of Off Yellow #FDF4D8

Tints of Off Yellow #FDF4D8

Color information

#FDF4D8 (or 0xFDF4D8) is unknown color: approx Off Yellow. HEX triplet: FD, F4 and D8. RGB value is (253,244,216). Sum of RGB (Red+Green+Blue) = 253+244+216=713 (94% of max value = 765). Red value is 253 (99.22% from 255 or 35.48% from 713); Green value is 244 (95.70% from 255 or 34.22% from 713); Blue value is 216 (84.77% from 255 or 30.29% from 713); Max value from RGB is 253 - color contains mainly: red. Hex color #FDF4D8 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FDF4D8 is #020B27. Grayscale: #F3F3F3. Windows color (decimal): -133928 or 14218493. OLE color: 14218493.

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

Color convert

RGB253244216-
CMYK00.040.150.01
HSL45.41º90.24%91.96%-
HSV(B)45.41º14.62%99.22%-
XYZ85.2590.5477.95-
YUV243.5112.48134.78-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 35.48%
GREEN value IS 244 (95.70% from 255) = 34.22%
BLUE value IS 216 (84.77% from 255) = 30.29%
R=35.48%
G=34.22%
B=30.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.15
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25324421600.040.150.0145.4190.2491.96
HexFDF4D804F12d5a5c
Octal3753643300417155132134
Binary11111101111101001101100001001111110110110110101011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDF4D8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FDF4D8; }

 p { color: rgb(253,244,216); }

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

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

 a { background-color: rgb(253,244,216); }

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

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

 span { border-color: rgb(253,244,216); }

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