Html Css Color HEX #FEF1AD Shalimar

📋 copy color: '#FEF1AD'

red 254 ◦ green 241 ◦ blue 173

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

Shades of Shalimar #FEF1AD

Tints of Shalimar #FEF1AD

RGB

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

 GREEN value IS 241 (94.53% from 255) = 36.08%

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

R = 38.02%
G = 36.08%
B = 25.9%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.32

 K value IS 0.00

RGB Variations

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

Color information

#FEF1AD (or 0xFEF1AD) is known color: Shalimar. HEX triplet: FE, F1 and AD. RGB value is (254,241,173). Sum of RGB (Red+Green+Blue) = 254+241+173=668 (88% of max value = 765). Red value is 254 (99.61% from 255 or 38.02% from 668); Green value is 241 (94.53% from 255 or 36.08% from 668); Blue value is 173 (67.97% from 255 or 25.90% from 668); Max value from RGB is 254 - color contains mainly: red. Hex color #FEF1AD is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FEF1AD is #010E52. Grayscale: #EDEDED. Windows color (decimal): -69203 or 11399678. OLE color: 11399678.

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

Color convert

RGB 254 241 173 -
CMYK 0 0.05 0.32 0.00
HSL 50.37º 0.98% 0.84% -
HSV(B) 50.37º 0.32% 1% -
XYZ 79.87 87 52.12 -
YUV 237.14 91.81 140.03 -
System Red Green Blue C M Y K H S L
Decimal 254 241 173 0 0.05 0.32 0.00 50.37 0.98 0.84
Hex FE F1 AD 0 5 20 0 32 62 54
Octal 376 361 255 0 5 40 0 62 142 124
Binary 11111110 11110001 10101101 0 101 100000 0 110010 1100010 1010100

Color Harmonies of #FEF1AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEF1AD

Black with #FEF1AD

Text Example


Text Example

White with #FEF1AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEF1AD; }

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

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

background-color css

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

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

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

border-color css

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

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

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