#FDFFE7

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

Shades of Light Yellow #FDFFE7

Tints of Light Yellow #FDFFE7

Color information

#FDFFE7 (or 0xFDFFE7) is unknown color: approx Light Yellow. HEX triplet: FD, FF and E7. RGB value is (253,255,231). Sum of RGB (Red+Green+Blue) = 253+255+231=739 (97% of max value = 765). Red value is 253 (99.22% from 255 or 34.24% from 739); Green value is 255 (100% from 255 or 34.51% from 739); Blue value is 231 (90.62% from 255 or 31.26% from 739); Max value from RGB is 255 - color contains mainly: green. Hex color #FDFFE7 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FDFFE7 is #020018. Grayscale: #FBFBFB. Windows color (decimal): -131097 or 15204349. OLE color: 15204349.

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

Color convert

RGB253255231-
CMYK0.0100.090
HSL65º100%95.29%-
HSV(B)65º9.41%100%-
XYZ90.6998.1789.77-
YUV251.67116.34128.95-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 34.24%
GREEN value IS 255 (100% from 255) = 34.51%
BLUE value IS 231 (90.62% from 255) = 31.26%
R=34.24%
G=34.51%
B=31.26%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2532552310.0100.0906510095.29
HexFDFFE7109041645f
Octal37537734710110101144137
Binary1111110111111111111001111010010100000111001001011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDFFE7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FDFFE7; }

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

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

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

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

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

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

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

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