#FFFEE6

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

Shades of Light Yellow #FFFEE6

Tints of Light Yellow #FFFEE6

Color information

#FFFEE6 (or 0xFFFEE6) is unknown color: approx Light Yellow. HEX triplet: FF, FE and E6. RGB value is (255,254,230). Sum of RGB (Red+Green+Blue) = 255+254+230=739 (97% of max value = 765). Red value is 255 (100% from 255 or 34.51% from 739); Green value is 254 (99.61% from 255 or 34.37% from 739); Blue value is 230 (90.23% from 255 or 31.12% from 739); Max value from RGB is 255 - color contains mainly: red. Hex color #FFFEE6 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FFFEE6 is #000119. Grayscale: #FBFBFB. Windows color (decimal): -282 or 15138559. OLE color: 15138559.

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

Color convert

RGB255254230-
CMYK00.000.100
HSL57.6º100%95.1%-
HSV(B)57.6º9.8%100%-
XYZ90.9697.8688.96-
YUV251.56115.83130.45-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 34.51%
GREEN value IS 254 (99.61% from 255) = 34.37%
BLUE value IS 230 (90.23% from 255) = 31.12%
R=34.51%
G=34.37%
B=31.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.00
Y (Yellow) values IS 0.10
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25525423000.000.10057.610095.1
HexFFFEE600A03a645f
Octal3773763460012072144137
Binary111111111111111011100110001010011101011001001011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFFEE6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFFEE6; }

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

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

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

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

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

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

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

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