#FFFEAD

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

Shades of Shalimar #FFFEAD

Tints of Shalimar #FFFEAD

Color information

#FFFEAD (or 0xFFFEAD) is unknown color: approx Shalimar. HEX triplet: FF, FE and AD. RGB value is (255,254,173). Sum of RGB (Red+Green+Blue) = 255+254+173=682 (90% of max value = 765). Red value is 255 (100% from 255 or 37.39% from 682); Green value is 254 (99.61% from 255 or 37.24% from 682); Blue value is 173 (67.97% from 255 or 25.37% from 682); Max value from RGB is 255 - color contains mainly: red. Hex color #FFFEAD is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FFFEAD is #000152. Grayscale: #F5F5F5. Windows color (decimal): -339 or 11403007. OLE color: 11403007.

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

Color convert

RGB255254173-
CMYK00.000.320
HSL59.27º100%83.92%-
HSV(B)59.27º32.16%100%-
XYZ84.2295.1653.46-
YUV245.0687.33135.09-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 37.39%
GREEN value IS 254 (99.61% from 255) = 37.24%
BLUE value IS 173 (67.97% from 255) = 25.37%
R=37.39%
G=37.24%
B=25.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.00
Y (Yellow) values IS 0.32
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25525417300.000.32059.2710083.92
HexFFFEAD002003b6454
Octal3773762550040073144124
Binary11111111111111101010110100100000011101111001001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFFEAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFFEAD; }

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

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

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

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

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

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

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

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