Html Css Color HEX #FEF3AC Shalimar

📋 copy color: '#FEF3AC'

red 254 ◦ green 243 ◦ blue 172

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

Shades of Shalimar #FEF3AC

Tints of Shalimar #FEF3AC

RGB

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

 GREEN value IS 243 (95.31% from 255) = 36.32%

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

R = 37.97%
G = 36.32%
B = 25.71%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.32

 K value IS 0.00

RGB Variations

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

Color information

#FEF3AC (or 0xFEF3AC) is known color: Shalimar. HEX triplet: FE, F3 and AC. RGB value is (254,243,172). Sum of RGB (Red+Green+Blue) = 254+243+172=669 (88% of max value = 765). Red value is 254 (99.61% from 255 or 37.97% from 669); Green value is 243 (95.31% from 255 or 36.32% from 669); Blue value is 172 (67.58% from 255 or 25.71% from 669); Max value from RGB is 254 - color contains mainly: red. Hex color #FEF3AC is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FEF3AC is #010C53. Grayscale: #EEEEEE. Windows color (decimal): -68692 or 11334654. OLE color: 11334654.

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

Color convert

RGB 254 243 172 -
CMYK 0 0.04 0.32 0.00
HSL 51.95º 0.98% 0.84% -
HSV(B) 51.95º 0.32% 1% -
XYZ 80.37 88.15 51.81 -
YUV 238.2 90.64 139.27 -
System Red Green Blue C M Y K H S L
Decimal 254 243 172 0 0.04 0.32 0.00 51.95 0.98 0.84
Hex FE F3 AC 0 4 20 0 34 62 54
Octal 376 363 254 0 4 40 0 64 142 124
Binary 11111110 11110011 10101100 0 100 100000 0 110100 1100010 1010100

Color Harmonies of #FEF3AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEF3AC

Black with #FEF3AC

Text Example


Text Example

White with #FEF3AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEF3AC; }

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

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

background-color css

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

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

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

border-color css

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

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

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