Html Css Color HEX #FEF2AC Shalimar

📋 copy color: '#FEF2AC'

red 254 ◦ green 242 ◦ blue 172

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

Shades of Shalimar #FEF2AC

Tints of Shalimar #FEF2AC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 25.75%

R = 38.02%
G = 36.23%
B = 25.75%

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

#FEF2AC (or 0xFEF2AC) is known color: Shalimar. HEX triplet: FE, F2 and AC. RGB value is (254,242,172). Sum of RGB (Red+Green+Blue) = 254+242+172=668 (88% of max value = 765). Red value is 254 (99.61% from 255 or 38.02% from 668); Green value is 242 (94.92% from 255 or 36.23% from 668); Blue value is 172 (67.58% from 255 or 25.75% from 668); Max value from RGB is 254 - color contains mainly: red. Hex color #FEF2AC is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FEF2AC is #010D53. Grayscale: #EDEDED. Windows color (decimal): -68948 or 11334398. OLE color: 11334398.

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

Color convert

RGB 254 242 172 -
CMYK 0 0.05 0.32 0.00
HSL 51.22º 0.98% 0.84% -
HSV(B) 51.22º 0.32% 1% -
XYZ 80.07 87.55 51.71 -
YUV 237.61 90.98 139.69 -
System Red Green Blue C M Y K H S L
Decimal 254 242 172 0 0.05 0.32 0.00 51.22 0.98 0.84
Hex FE F2 AC 0 5 20 0 33 62 54
Octal 376 362 254 0 5 40 0 63 142 124
Binary 11111110 11110010 10101100 0 101 100000 0 110011 1100010 1010100

Color Harmonies of #FEF2AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEF2AC

Black with #FEF2AC

Text Example


Text Example

White with #FEF2AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEF2AC; }

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

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

background-color css

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

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

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

border-color css

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

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

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