#FEF5DA

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

Shades of Off Yellow #FEF5DA

Tints of Off Yellow #FEF5DA

Color information

#FEF5DA (or 0xFEF5DA) is unknown color: approx Off Yellow. HEX triplet: FE, F5 and DA. RGB value is (254,245,218). Sum of RGB (Red+Green+Blue) = 254+245+218=717 (94% of max value = 765). Red value is 254 (99.61% from 255 or 35.43% from 717); Green value is 245 (96.09% from 255 or 34.17% from 717); Blue value is 218 (85.55% from 255 or 30.40% from 717); Max value from RGB is 254 - color contains mainly: red. Hex color #FEF5DA is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FEF5DA is #010A25. Grayscale: #F4F4F4. Windows color (decimal): -68134 or 14349822. OLE color: 14349822.

HSL color Cylindrical-coordinate representation of color #FEF5DA: hue angle of 45º degrees, saturation: 0.95, lightness: 0.93%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #FEF5DA is Cyan = 0, Magento = 0.04, Yellow = 0.14 and Black (K on CMYK) = 0.00.

Color convert

RGB254245218-
CMYK00.040.140.00
HSL45º94.74%92.55%-
HSV(B)45º14.17%99.61%-
XYZ86.1891.4479.44-
YUV244.61112.98134.7-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 35.43%
GREEN value IS 245 (96.09% from 255) = 34.17%
BLUE value IS 218 (85.55% from 255) = 30.40%
R=35.43%
G=34.17%
B=30.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.14
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25424521800.040.140.004594.7492.55
HexFEF5DA04E02d5f5d
Octal3763653320416055137135
Binary11111110111101011101101001001110010110110111111011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEF5DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEF5DA; }

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

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

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

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

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

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

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

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