Html Css Color HEX #FEF5AD Shalimar

📋 copy color: '#FEF5AD'

red 254 ◦ green 245 ◦ blue 173

#FEF5AD
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Shalimar #FEF5AD

Tints of Shalimar #FEF5AD

RGB

 RED value IS 254 (99.61% from 255) = 37.8%

 GREEN value IS 245 (96.09% from 255) = 36.46%

 BLUE value IS 173 (67.97% from 255) = 25.74%

R = 37.8%
G = 36.46%
B = 25.74%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.32

 K value IS 0.00

RGB Variations

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

Color information

#FEF5AD (or 0xFEF5AD) is known color: Shalimar. HEX triplet: FE, F5 and AD. RGB value is (254,245,173). Sum of RGB (Red+Green+Blue) = 254+245+173=672 (89% of max value = 765). Red value is 254 (99.61% from 255 or 37.80% from 672); Green value is 245 (96.09% from 255 or 36.46% from 672); Blue value is 173 (67.97% from 255 or 25.74% from 672); Max value from RGB is 254 - color contains mainly: red. Hex color #FEF5AD is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FEF5AD is #010A52. Grayscale: #EFEFEF. Windows color (decimal): -68179 or 11400702. OLE color: 11400702.

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

Color convert

RGB 254 245 173 -
CMYK 0 0.04 0.32 0.00
HSL 53.33º 0.98% 0.84% -
HSV(B) 53.33º 0.32% 1% -
XYZ 81.07 89.39 52.52 -
YUV 239.48 90.48 138.35 -
System Red Green Blue C M Y K H S L
Decimal 254 245 173 0 0.04 0.32 0.00 53.33 0.98 0.84
Hex FE F5 AD 0 4 20 0 35 62 54
Octal 376 365 255 0 4 40 0 65 142 124
Binary 11111110 11110101 10101101 0 100 100000 0 110101 1100010 1010100

Color Harmonies of #FEF5AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEF5AD

Black with #FEF5AD

Text Example


Text Example

White with #FEF5AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEF5AD; }

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

 H1.HeaderClassName
 {
   color: #FEF5AD;
 }
 .AnyTagClassName
 {
   color: #FEF5AD;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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