Html Css Color HEX #FEF1AA Shalimar

📋 copy color: '#FEF1AA'

red 254 ◦ green 241 ◦ blue 170

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

Shades of Shalimar #FEF1AA

Tints of Shalimar #FEF1AA

RGB

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

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

 BLUE value IS 170 (66.8% from 255) = 25.56%

R = 38.2%
G = 36.24%
B = 25.56%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.33

 K value IS 0.00

RGB Variations

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

Color information

#FEF1AA (or 0xFEF1AA) is known color: Shalimar. HEX triplet: FE, F1 and AA. RGB value is (254,241,170). Sum of RGB (Red+Green+Blue) = 254+241+170=665 (88% of max value = 765). Red value is 254 (99.61% from 255 or 38.20% from 665); Green value is 241 (94.53% from 255 or 36.24% from 665); Blue value is 170 (66.80% from 255 or 25.56% from 665); Max value from RGB is 254 - color contains mainly: red. Hex color #FEF1AA is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FEF1AA is #010E55. Grayscale: #EDEDED. Windows color (decimal): -69206 or 11203070. OLE color: 11203070.

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

Color convert

RGB 254 241 170 -
CMYK 0 0.05 0.33 0.00
HSL 50.71º 0.98% 0.83% -
HSV(B) 50.71º 0.33% 1% -
XYZ 79.58 86.88 50.61 -
YUV 236.79 90.31 140.27 -
System Red Green Blue C M Y K H S L
Decimal 254 241 170 0 0.05 0.33 0.00 50.71 0.98 0.83
Hex FE F1 AA 0 5 21 0 33 62 53
Octal 376 361 252 0 5 41 0 63 142 123
Binary 11111110 11110001 10101010 0 101 100001 0 110011 1100010 1010011

Color Harmonies of #FEF1AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEF1AA

Black with #FEF1AA

Text Example


Text Example

White with #FEF1AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEF1AA; }

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

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

background-color css

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

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

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

border-color css

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

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

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