#FEFFDF

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

Shades of Light Yellow #FEFFDF

Tints of Light Yellow #FEFFDF

Color information

#FEFFDF (or 0xFEFFDF) is unknown color: approx Light Yellow. HEX triplet: FE, FF and DF. RGB value is (254,255,223). Sum of RGB (Red+Green+Blue) = 254+255+223=732 (96% of max value = 765). Red value is 254 (99.61% from 255 or 34.70% from 732); Green value is 255 (100% from 255 or 34.84% from 732); Blue value is 223 (87.5% from 255 or 30.46% from 732); Max value from RGB is 255 - color contains mainly: green. Hex color #FEFFDF is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FEFFDF is #010020. Grayscale: #FBFBFB. Windows color (decimal): -65569 or 14680062. OLE color: 14680062.

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

Color convert

RGB254255223-
CMYK0.0000.130
HSL61.88º100%93.73%-
HSV(B)61.88º12.55%100%-
XYZ89.9597.9283.97-
YUV251.05112.17130.1-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 34.70%
GREEN value IS 255 (100% from 255) = 34.84%
BLUE value IS 223 (87.5% from 255) = 30.46%
R=34.70%
G=34.84%
B=30.46%

CMYK

C (Cyan) values IS 0.00
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2542552230.0000.13061.8810093.73
HexFEFFDF00D03e645e
Octal3763773370015076144136
Binary111111101111111111011111001101011111011001001011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEFFDF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEFFDF; }

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

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

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

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

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

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

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

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