#FEFDAE

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

Shades of Shalimar #FEFDAE

Tints of Shalimar #FEFDAE

Color information

#FEFDAE (or 0xFEFDAE) is unknown color: approx Shalimar. HEX triplet: FE, FD and AE. RGB value is (254,253,174). Sum of RGB (Red+Green+Blue) = 254+253+174=681 (90% of max value = 765). Red value is 254 (99.61% from 255 or 37.30% from 681); Green value is 253 (99.22% from 255 or 37.15% from 681); Blue value is 174 (68.36% from 255 or 25.55% from 681); Max value from RGB is 254 - color contains mainly: red. Hex color #FEFDAE is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FEFDAE is #010251. Grayscale: #F4F4F4. Windows color (decimal): -66130 or 11468286. OLE color: 11468286.

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

Color convert

RGB254253174-
CMYK00.000.310.00
HSL59.25º97.56%83.92%-
HSV(B)59.25º31.5%99.61%-
XYZ83.6494.3853.85-
YUV244.2988.33134.92-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 37.30%
GREEN value IS 253 (99.22% from 255) = 37.15%
BLUE value IS 174 (68.36% from 255) = 25.55%
R=37.30%
G=37.15%
B=25.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.00
Y (Yellow) values IS 0.31
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25425317400.000.310.0059.2597.5683.92
HexFEFDAE001F03b6254
Octal3763752560037073142124
Binary1111111011111101101011100011111011101111000101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEFDAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEFDAE; }

 p { color: rgb(254,253,174); }

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

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

 a { background-color: rgb(254,253,174); }

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

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

 span { border-color: rgb(254,253,174); }

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