#FEFDDA

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

Shades of Light Yellow #FEFDDA

Tints of Light Yellow #FEFDDA

Color information

#FEFDDA (or 0xFEFDDA) is unknown color: approx Light Yellow. HEX triplet: FE, FD and DA. RGB value is (254,253,218). Sum of RGB (Red+Green+Blue) = 254+253+218=725 (96% of max value = 765). Red value is 254 (99.61% from 255 or 35.03% from 725); Green value is 253 (99.22% from 255 or 34.90% from 725); Blue value is 218 (85.55% from 255 or 30.07% from 725); Max value from RGB is 254 - color contains mainly: red. Hex color #FEFDDA is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FEFDDA is #010225. Grayscale: #F9F9F9. Windows color (decimal): -66086 or 14351870. OLE color: 14351870.

HSL color Cylindrical-coordinate representation of color #FEFDDA: hue angle of 58.33º 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 #FEFDDA is Cyan = 0, Magento = 0.00, Yellow = 0.14 and Black (K on CMYK) = 0.00.

Color convert

RGB254253218-
CMYK00.000.140.00
HSL58.33º94.74%92.55%-
HSV(B)58.33º14.17%99.61%-
XYZ88.6596.3880.26-
YUV249.31110.33131.35-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 35.03%
GREEN value IS 253 (99.22% from 255) = 34.90%
BLUE value IS 218 (85.55% from 255) = 30.07%
R=35.03%
G=34.90%
B=30.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.00
Y (Yellow) values IS 0.14
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25425321800.000.140.0058.3394.7492.55
HexFEFDDA00E03a5f5d
Octal3763753320016072137135
Binary111111101111110111011010001110011101010111111011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEFDDA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEFDDA; }

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

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

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

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

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

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

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

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