Html Css Color HEX #FEF7AC Shalimar

📋 copy color: '#FEF7AC'

red 254 ◦ green 247 ◦ blue 172

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

Shades of Shalimar #FEF7AC

Tints of Shalimar #FEF7AC

RGB

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

 GREEN value IS 247 (96.88% from 255) = 36.7%

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

R = 37.74%
G = 36.7%
B = 25.56%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.32

 K value IS 0.00

RGB Variations

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

Color information

#FEF7AC (or 0xFEF7AC) is known color: Shalimar. HEX triplet: FE, F7 and AC. RGB value is (254,247,172). Sum of RGB (Red+Green+Blue) = 254+247+172=673 (89% of max value = 765). Red value is 254 (99.61% from 255 or 37.74% from 673); Green value is 247 (96.88% from 255 or 36.70% from 673); Blue value is 172 (67.58% from 255 or 25.56% from 673); Max value from RGB is 254 - color contains mainly: red. Hex color #FEF7AC is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FEF7AC is #010853. Grayscale: #F0F0F0. Windows color (decimal): -67668 or 11335678. OLE color: 11335678.

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

Color convert

RGB 254 247 172 -
CMYK 0 0.03 0.32 0.00
HSL 54.88º 0.98% 0.84% -
HSV(B) 54.88º 0.32% 1% -
XYZ 81.58 90.57 52.21 -
YUV 240.54 89.32 137.6 -
System Red Green Blue C M Y K H S L
Decimal 254 247 172 0 0.03 0.32 0.00 54.88 0.98 0.84
Hex FE F7 AC 0 3 20 0 37 62 54
Octal 376 367 254 0 3 40 0 67 142 124
Binary 11111110 11110111 10101100 0 11 100000 0 110111 1100010 1010100

Color Harmonies of #FEF7AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEF7AC

Black with #FEF7AC

Text Example


Text Example

White with #FEF7AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEF7AC; }

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

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

background-color css

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

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

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

border-color css

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

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

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