#FEF7B4

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

Shades of Shalimar #FEF7B4

Tints of Shalimar #FEF7B4

Color information

#FEF7B4 (or 0xFEF7B4) is unknown color: approx Shalimar. HEX triplet: FE, F7 and B4. RGB value is (254,247,180). Sum of RGB (Red+Green+Blue) = 254+247+180=681 (90% of max value = 765). Red value is 254 (99.61% from 255 or 37.30% from 681); Green value is 247 (96.88% from 255 or 36.27% from 681); Blue value is 180 (70.70% from 255 or 26.43% from 681); Max value from RGB is 254 - color contains mainly: red. Hex color #FEF7B4 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FEF7B4 is #01084B. Grayscale: #F1F1F1. Windows color (decimal): -67660 or 11859966. OLE color: 11859966.

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

Color convert

RGB254247180-
CMYK00.030.290.00
HSL54.32º97.37%85.1%-
HSV(B)54.32º29.13%99.61%-
XYZ82.3790.8956.38-
YUV241.4693.32136.95-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 37.30%
GREEN value IS 247 (96.88% from 255) = 36.27%
BLUE value IS 180 (70.70% from 255) = 26.43%
R=37.30%
G=36.27%
B=26.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.29
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25424718000.030.290.0054.3297.3785.1
HexFEF7B4031D0366155
Octal3763672640335066141125
Binary11111110111101111011010001111101011011011000011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEF7B4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEF7B4; }

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

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

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

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

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

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

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

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