Html Css Color HEX #FEF2AA Shalimar

📋 copy color: '#FEF2AA'

red 254 ◦ green 242 ◦ blue 170

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

Shades of Shalimar #FEF2AA

Tints of Shalimar #FEF2AA

RGB

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

 GREEN value IS 242 (94.92% from 255) = 36.34%

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

R = 38.14%
G = 36.34%
B = 25.53%

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

#FEF2AA (or 0xFEF2AA) is known color: Shalimar. HEX triplet: FE, F2 and AA. RGB value is (254,242,170). Sum of RGB (Red+Green+Blue) = 254+242+170=666 (88% of max value = 765). Red value is 254 (99.61% from 255 or 38.14% from 666); Green value is 242 (94.92% from 255 or 36.34% from 666); Blue value is 170 (66.80% from 255 or 25.53% from 666); Max value from RGB is 254 - color contains mainly: red. Hex color #FEF2AA is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FEF2AA is #010D55. Grayscale: #EDEDED. Windows color (decimal): -68950 or 11203326. OLE color: 11203326.

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

Color convert

RGB 254 242 170 -
CMYK 0 0.05 0.33 0.00
HSL 51.43º 0.98% 0.83% -
HSV(B) 51.43º 0.33% 1% -
XYZ 79.88 87.48 50.7 -
YUV 237.38 89.98 139.85 -
System Red Green Blue C M Y K H S L
Decimal 254 242 170 0 0.05 0.33 0.00 51.43 0.98 0.83
Hex FE F2 AA 0 5 21 0 33 62 53
Octal 376 362 252 0 5 41 0 63 142 123
Binary 11111110 11110010 10101010 0 101 100001 0 110011 1100010 1010011

Color Harmonies of #FEF2AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEF2AA

Black with #FEF2AA

Text Example


Text Example

White with #FEF2AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEF2AA; }

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

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

background-color css

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

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

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

border-color css

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

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

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