#FEF7AD

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

Shades of Shalimar #FEF7AD

Tints of Shalimar #FEF7AD

Color information

#FEF7AD (or 0xFEF7AD) is unknown color: approx Shalimar. HEX triplet: FE, F7 and AD. RGB value is (254,247,173). Sum of RGB (Red+Green+Blue) = 254+247+173=674 (89% of max value = 765). Red value is 254 (99.61% from 255 or 37.69% from 674); Green value is 247 (96.88% from 255 or 36.65% from 674); Blue value is 173 (67.97% from 255 or 25.67% from 674); Max value from RGB is 254 - color contains mainly: red. Hex color #FEF7AD is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FEF7AD is #010852. Grayscale: #F0F0F0. Windows color (decimal): -67667 or 11401214. OLE color: 11401214.

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

Color convert

RGB254247173-
CMYK00.030.320.00
HSL54.81º97.59%83.73%-
HSV(B)54.81º31.89%99.61%-
XYZ81.6890.6152.72-
YUV240.6689.82137.52-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 37.69%
GREEN value IS 247 (96.88% from 255) = 36.65%
BLUE value IS 173 (67.97% from 255) = 25.67%
R=37.69%
G=36.65%
B=25.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.32
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25424717300.030.320.0054.8197.5983.73
HexFEF7AD03200376254
Octal3763672550340067142124
Binary111111101111011110101101011100000011011111000101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEF7AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEF7AD; }

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

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

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

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

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

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

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

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