#FEFDDF

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

Shades of Light Yellow #FEFDDF

Tints of Light Yellow #FEFDDF

Color information

#FEFDDF (or 0xFEFDDF) is unknown color: approx Light Yellow. HEX triplet: FE, FD and DF. RGB value is (254,253,223). Sum of RGB (Red+Green+Blue) = 254+253+223=730 (96% of max value = 765). Red value is 254 (99.61% from 255 or 34.79% from 730); Green value is 253 (99.22% from 255 or 34.66% from 730); Blue value is 223 (87.5% from 255 or 30.55% from 730); Max value from RGB is 254 - color contains mainly: red. Hex color #FEFDDF is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FEFDDF is #010220. Grayscale: #F9F9F9. Windows color (decimal): -66081 or 14679550. OLE color: 14679550.

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

Color convert

RGB254253223-
CMYK00.000.120.00
HSL58.06º93.94%93.53%-
HSV(B)58.06º12.2%99.61%-
XYZ89.3296.6583.76-
YUV249.88112.83130.94-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 34.79%
GREEN value IS 253 (99.22% from 255) = 34.66%
BLUE value IS 223 (87.5% from 255) = 30.55%
R=34.79%
G=34.66%
B=30.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.00
Y (Yellow) values IS 0.12
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25425322300.000.120.0058.0693.9493.53
HexFEFDDF00C03a5e5e
Octal3763753370014072136136
Binary111111101111110111011111001100011101010111101011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEFDDF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEFDDF; }

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

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

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

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

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

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

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

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