#FEF3AC

Color #FEF3AC Shalimar (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Shalimar #FEF3AC

Tints of Shalimar #FEF3AC

Color information

#FEF3AC (or 0xFEF3AC) is unknown color: approx 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

RGB254243172-
CMYK00.040.320.00
HSL51.95º97.62%83.53%-
HSV(B)51.95º32.28%99.61%-
XYZ80.3788.1551.81-
YUV238.290.64139.27-

RGB Variations

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

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 (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.32
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25424317200.040.320.0051.9597.6283.53
HexFEF3AC04200346254
Octal3763632540440064142124
Binary1111111011110011101011000100100000011010011000101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEF3AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>