Html Css Color HEX #FEF9AD Shalimar

📋 copy color: '#FEF9AD'

red 254 ◦ green 249 ◦ blue 173

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

Shades of Shalimar #FEF9AD

Tints of Shalimar #FEF9AD

RGB

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

 GREEN value IS 249 (97.66% from 255) = 36.83%

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

R = 37.57%
G = 36.83%
B = 25.59%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.32

 K value IS 0.00

RGB Variations

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

Color information

#FEF9AD (or 0xFEF9AD) is known color: Shalimar. HEX triplet: FE, F9 and AD. RGB value is (254,249,173). Sum of RGB (Red+Green+Blue) = 254+249+173=676 (89% of max value = 765). Red value is 254 (99.61% from 255 or 37.57% from 676); Green value is 249 (97.66% from 255 or 36.83% from 676); Blue value is 173 (67.97% from 255 or 25.59% from 676); Max value from RGB is 254 - color contains mainly: red. Hex color #FEF9AD is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FEF9AD is #010652. Grayscale: #F2F2F2. Windows color (decimal): -67155 or 11401726. OLE color: 11401726.

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

Color convert

RGB 254 249 173 -
CMYK 0 0.02 0.32 0.00
HSL 56.3º 0.98% 0.84% -
HSV(B) 56.3º 0.32% 1% -
XYZ 82.29 91.84 52.92 -
YUV 241.83 89.16 136.68 -
System Red Green Blue C M Y K H S L
Decimal 254 249 173 0 0.02 0.32 0.00 56.3 0.98 0.84
Hex FE F9 AD 0 2 20 0 38 62 54
Octal 376 371 255 0 2 40 0 70 142 124
Binary 11111110 11111001 10101101 0 10 100000 0 111000 1100010 1010100

Color Harmonies of #FEF9AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEF9AD

Black with #FEF9AD

Text Example


Text Example

White with #FEF9AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEF9AD; }

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

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

background-color css

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

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

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

border-color css

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

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

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