#FDFFDE

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

Shades of Light Yellow #FDFFDE

Tints of Light Yellow #FDFFDE

Color information

#FDFFDE (or 0xFDFFDE) is unknown color: approx Light Yellow. HEX triplet: FD, FF and DE. RGB value is (253,255,222). Sum of RGB (Red+Green+Blue) = 253+255+222=730 (96% of max value = 765). Red value is 253 (99.22% from 255 or 34.66% from 730); Green value is 255 (100% from 255 or 34.93% from 730); Blue value is 222 (87.11% from 255 or 30.41% from 730); Max value from RGB is 255 - color contains mainly: green. Hex color #FDFFDE is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FDFFDE is #020021. Grayscale: #FAFAFA. Windows color (decimal): -131106 or 14614525. OLE color: 14614525.

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

Color convert

RGB253255222-
CMYK0.0100.130
HSL63.64º100%93.53%-
HSV(B)63.64º12.94%100%-
XYZ89.4597.6883.25-
YUV250.64111.84129.68-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 34.66%
GREEN value IS 255 (100% from 255) = 34.93%
BLUE value IS 222 (87.11% from 255) = 30.41%
R=34.66%
G=34.93%
B=30.41%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2532552220.0100.13063.6410093.53
HexFDFFDE10D040645e
Octal37537733610150100144136
Binary1111110111111111110111101011010100000011001001011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDFFDE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FDFFDE; }

 p { color: rgb(253,255,222); }

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

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

 a { background-color: rgb(253,255,222); }

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

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

 span { border-color: rgb(253,255,222); }

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