#FEF3B2

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

Shades of Shalimar #FEF3B2

Tints of Shalimar #FEF3B2

Color information

#FEF3B2 (or 0xFEF3B2) is unknown color: approx Shalimar. HEX triplet: FE, F3 and B2. RGB value is (254,243,178). Sum of RGB (Red+Green+Blue) = 254+243+178=675 (89% of max value = 765). Red value is 254 (99.61% from 255 or 37.63% from 675); Green value is 243 (95.31% from 255 or 36% from 675); Blue value is 178 (69.92% from 255 or 26.37% from 675); Max value from RGB is 254 - color contains mainly: red. Hex color #FEF3B2 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FEF3B2 is #010C4D. Grayscale: #EFEFEF. Windows color (decimal): -68686 or 11727870. OLE color: 11727870.

HSL color Cylindrical-coordinate representation of color #FEF3B2: hue angle of 51.32º degrees, saturation: 0.97, lightness: 0.85%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #FEF3B2 is Cyan = 0, Magento = 0.04, Yellow = 0.30 and Black (K on CMYK) = 0.00.

Color convert

RGB254243178-
CMYK00.040.300.00
HSL51.32º97.44%84.71%-
HSV(B)51.32º29.92%99.61%-
XYZ80.9688.3954.91-
YUV238.8893.64138.79-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 37.63%
GREEN value IS 243 (95.31% from 255) = 36%
BLUE value IS 178 (69.92% from 255) = 26.37%
R=37.63%
G=36%
B=26.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.30
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25424317800.040.300.0051.3297.4484.71
HexFEF3B2041E0336155
Octal3763632620436063141125
Binary111111101111001110110010010011110011001111000011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEF3B2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEF3B2; }

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

 H1.HeaderClassName
 {
   color: #FEF3B2;
 }
 .AnyTagClassName
 {
   color: #FEF3B2;
 }
</style>
background-color css

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

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

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

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

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

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