Html Css Color HEX #FEFEAB Shalimar

📋 copy color: '#FEFEAB'

red 254 ◦ green 254 ◦ blue 171

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

Shades of Shalimar #FEFEAB

Tints of Shalimar #FEFEAB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 25.18%

R = 37.41%
G = 37.41%
B = 25.18%

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

#FEFEAB (or 0xFEFEAB) is known color: Shalimar. HEX triplet: FE, FE and AB. RGB value is (254,254,171). Sum of RGB (Red+Green+Blue) = 254+254+171=679 (89% of max value = 765). Red value is 254 (99.61% from 255 or 37.41% from 679); Green value is 254 (99.61% from 255 or 37.41% from 679); Blue value is 171 (67.19% from 255 or 25.18% from 679); Max value from RGB is 254 - color contains mainly: red, green. Hex color #FEFEAB is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FEFEAB is #010154. Grayscale: #F4F4F4. Windows color (decimal): -65877 or 11271934. OLE color: 11271934.

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

Color convert

RGB 254 254 171 -
CMYK 0 0 0.33 0.00
HSL 60º 0.98% 0.83% -
HSV(B) 60º 0.33% 1% -
XYZ 83.67 94.89 52.43 -
YUV 244.54 86.5 134.75 -
System Red Green Blue C M Y K H S L
Decimal 254 254 171 0 0 0.33 0.00 60 0.98 0.83
Hex FE FE AB 0 0 21 0 3C 62 53
Octal 376 376 253 0 0 41 0 74 142 123
Binary 11111110 11111110 10101011 0 0 100001 0 111100 1100010 1010011

Color Harmonies of #FEFEAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEFEAB

Black with #FEFEAB

Text Example


Text Example

White with #FEFEAB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEFEAB; }

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

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

background-color css

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

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

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

border-color css

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

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

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