#FDFEDF

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

Shades of Light Yellow #FDFEDF

Tints of Light Yellow #FDFEDF

Color information

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

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

Color convert

RGB253254223-
CMYK0.0000.120.00
HSL61.94º93.94%93.53%-
HSV(B)61.94º12.2%99.61%-
XYZ89.2797.0983.85-
YUV250.17112.67130.02-

RGB Variations

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

RGB

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

CMYK

C (Cyan) values IS 0.00
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2532542230.0000.120.0061.9493.9493.53
HexFDFEDF00C03e5e5e
Octal3753763370014076136136
Binary111111011111111011011111001100011111010111101011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDFEDF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FDFEDF; }

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

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

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

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

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

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

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

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