#FEF5B3

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

Shades of Shalimar #FEF5B3

Tints of Shalimar #FEF5B3

Color information

#FEF5B3 (or 0xFEF5B3) is unknown color: approx Shalimar. HEX triplet: FE, F5 and B3. RGB value is (254,245,179). Sum of RGB (Red+Green+Blue) = 254+245+179=678 (89% of max value = 765). Red value is 254 (99.61% from 255 or 37.46% from 678); Green value is 245 (96.09% from 255 or 36.14% from 678); Blue value is 179 (70.31% from 255 or 26.40% from 678); Max value from RGB is 254 - color contains mainly: red. Hex color #FEF5B3 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FEF5B3 is #010A4C. Grayscale: #F0F0F0. Windows color (decimal): -68173 or 11793918. OLE color: 11793918.

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

Color convert

RGB254245179-
CMYK00.040.300.00
HSL52.8º97.4%84.9%-
HSV(B)52.8º29.53%99.61%-
XYZ81.6689.6355.64-
YUV240.1793.48137.87-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 37.46%
GREEN value IS 245 (96.09% from 255) = 36.14%
BLUE value IS 179 (70.31% from 255) = 26.40%
R=37.46%
G=36.14%
B=26.40%

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
Decimal25424517900.040.300.0052.897.484.9
HexFEF5B3041E0356155
Octal3763652630436065141125
Binary111111101111010110110011010011110011010111000011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEF5B3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEF5B3; }

 p { color: rgb(254,245,179); }

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

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

 a { background-color: rgb(254,245,179); }

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

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

 span { border-color: rgb(254,245,179); }

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