#FEF6AD

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

Shades of Shalimar #FEF6AD

Tints of Shalimar #FEF6AD

Color information

#FEF6AD (or 0xFEF6AD) is unknown color: approx Shalimar. HEX triplet: FE, F6 and AD. RGB value is (254,246,173). Sum of RGB (Red+Green+Blue) = 254+246+173=673 (89% of max value = 765). Red value is 254 (99.61% from 255 or 37.74% from 673); Green value is 246 (96.48% from 255 or 36.55% from 673); Blue value is 173 (67.97% from 255 or 25.71% from 673); Max value from RGB is 254 - color contains mainly: red. Hex color #FEF6AD is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FEF6AD is #010952. Grayscale: #F0F0F0. Windows color (decimal): -67923 or 11400958. OLE color: 11400958.

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

Color convert

RGB254246173-
CMYK00.030.320.00
HSL54.07º97.59%83.73%-
HSV(B)54.07º31.89%99.61%-
XYZ81.379052.62-
YUV240.0790.15137.94-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 37.74%
GREEN value IS 246 (96.48% from 255) = 36.55%
BLUE value IS 173 (67.97% from 255) = 25.71%
R=37.74%
G=36.55%
B=25.71%

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
Decimal25424617300.030.320.0054.0797.5983.73
HexFEF6AD03200366254
Octal3763662550340066142124
Binary111111101111011010101101011100000011011011000101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEF6AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEF6AD; }

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

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

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

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

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

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

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

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