#FDFFE6

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

Shades of Light Yellow #FDFFE6

Tints of Light Yellow #FDFFE6

Color information

#FDFFE6 (or 0xFDFFE6) is unknown color: approx Light Yellow. HEX triplet: FD, FF and E6. RGB value is (253,255,230). Sum of RGB (Red+Green+Blue) = 253+255+230=738 (97% of max value = 765). Red value is 253 (99.22% from 255 or 34.28% from 738); Green value is 255 (100% from 255 or 34.55% from 738); Blue value is 230 (90.23% from 255 or 31.17% from 738); Max value from RGB is 255 - color contains mainly: green. Hex color #FDFFE6 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FDFFE6 is #020019. Grayscale: #FBFBFB. Windows color (decimal): -131098 or 15138813. OLE color: 15138813.

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

Color convert

RGB253255230-
CMYK0.0100.100
HSL64.8º100%95.1%-
HSV(B)64.8º9.8%100%-
XYZ90.5598.1289.03-
YUV251.55115.84129.03-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 34.28%
GREEN value IS 255 (100% from 255) = 34.55%
BLUE value IS 230 (90.23% from 255) = 31.17%
R=34.28%
G=34.55%
B=31.17%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2532552300.0100.10064.810095.1
HexFDFFE610A041645f
Octal37537734610120101144137
Binary1111110111111111111001101010100100000111001001011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDFFE6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FDFFE6; }

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

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

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

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

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

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

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

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