#FEF6B3

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

Shades of Shalimar #FEF6B3

Tints of Shalimar #FEF6B3

Color information

#FEF6B3 (or 0xFEF6B3) is unknown color: approx Shalimar. HEX triplet: FE, F6 and B3. RGB value is (254,246,179). Sum of RGB (Red+Green+Blue) = 254+246+179=679 (89% of max value = 765). Red value is 254 (99.61% from 255 or 37.41% from 679); Green value is 246 (96.48% from 255 or 36.23% from 679); Blue value is 179 (70.31% from 255 or 26.36% from 679); Max value from RGB is 254 - color contains mainly: red. Hex color #FEF6B3 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FEF6B3 is #01094C. Grayscale: #F1F1F1. Windows color (decimal): -67917 or 11794174. OLE color: 11794174.

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

Color convert

RGB254246179-
CMYK00.030.300.00
HSL53.6º97.4%84.9%-
HSV(B)53.6º29.53%99.61%-
XYZ81.9790.2455.75-
YUV240.7593.15137.45-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 37.41%
GREEN value IS 246 (96.48% from 255) = 36.23%
BLUE value IS 179 (70.31% from 255) = 26.36%
R=37.41%
G=36.23%
B=26.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.30
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25424617900.030.300.0053.697.484.9
HexFEF6B3031E0366155
Octal3763662630336066141125
Binary11111110111101101011001101111110011011011000011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEF6B3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEF6B3; }

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

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

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

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

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

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

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

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