#FEFFAD

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

Shades of Shalimar #FEFFAD

Tints of Shalimar #FEFFAD

Color information

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

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

Color convert

RGB254255173-
CMYK0.0000.320
HSL60.73º100%83.92%-
HSV(B)60.73º32.16%100%-
XYZ84.1895.6153.55-
YUV245.3587.17134.17-

RGB Variations

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

RGB

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

CMYK

C (Cyan) values IS 0.00
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2542551730.0000.32060.7310083.92
HexFEFFAD002003d6454
Octal3763772550040075144124
Binary11111110111111111010110100100000011110111001001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEFFAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEFFAD; }

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

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

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

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

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

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

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

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