#FEF6B4

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

Shades of Shalimar #FEF6B4

Tints of Shalimar #FEF6B4

Color information

#FEF6B4 (or 0xFEF6B4) is unknown color: approx Shalimar. HEX triplet: FE, F6 and B4. RGB value is (254,246,180). Sum of RGB (Red+Green+Blue) = 254+246+180=680 (90% of max value = 765). Red value is 254 (99.61% from 255 or 37.35% from 680); Green value is 246 (96.48% from 255 or 36.18% from 680); Blue value is 180 (70.70% from 255 or 26.47% from 680); Max value from RGB is 254 - color contains mainly: red. Hex color #FEF6B4 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FEF6B4 is #01094B. Grayscale: #F1F1F1. Windows color (decimal): -67916 or 11859710. OLE color: 11859710.

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

Color convert

RGB254246180-
CMYK00.030.290.00
HSL53.51º97.37%85.1%-
HSV(B)53.51º29.13%99.61%-
XYZ82.0790.2856.28-
YUV240.8793.65137.37-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 37.35%
GREEN value IS 246 (96.48% from 255) = 36.18%
BLUE value IS 180 (70.70% from 255) = 26.47%
R=37.35%
G=36.18%
B=26.47%

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
Decimal25424618000.030.290.0053.5197.3785.1
HexFEF6B4031D0366155
Octal3763662640335066141125
Binary11111110111101101011010001111101011011011000011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEF6B4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEF6B4; }

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

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

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

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

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

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

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

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