Html Css Color HEX #FEFEAA Shalimar

📋 copy color: '#FEFEAA'

red 254 ◦ green 254 ◦ blue 170

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

Shades of Shalimar #FEFEAA

Tints of Shalimar #FEFEAA

RGB

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

 GREEN value IS 254 (99.61% from 255) = 37.46%

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

R = 37.46%
G = 37.46%
B = 25.07%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.33

 K value IS 0.00

RGB Variations

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

Color information

#FEFEAA (or 0xFEFEAA) is known color: Shalimar. HEX triplet: FE, FE and AA. RGB value is (254,254,170). Sum of RGB (Red+Green+Blue) = 254+254+170=678 (89% of max value = 765). Red value is 254 (99.61% from 255 or 37.46% from 678); Green value is 254 (99.61% from 255 or 37.46% from 678); Blue value is 170 (66.80% from 255 or 25.07% from 678); Max value from RGB is 254 - color contains mainly: red, green. Hex color #FEFEAA is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FEFEAA is #010155. Grayscale: #F4F4F4. Windows color (decimal): -65878 or 11206398. OLE color: 11206398.

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

Color convert

RGB 254 254 170 -
CMYK 0 0 0.33 0.00
HSL 60º 0.98% 0.83% -
HSV(B) 60º 0.33% 1% -
XYZ 83.57 94.86 51.93 -
YUV 244.42 86 134.83 -
System Red Green Blue C M Y K H S L
Decimal 254 254 170 0 0 0.33 0.00 60 0.98 0.83
Hex FE FE AA 0 0 21 0 3C 62 53
Octal 376 376 252 0 0 41 0 74 142 123
Binary 11111110 11111110 10101010 0 0 100001 0 111100 1100010 1010011

Color Harmonies of #FEFEAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEFEAA

Black with #FEFEAA

Text Example


Text Example

White with #FEFEAA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEFEAA; }

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

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

background-color css

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

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

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

border-color css

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

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

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