#FEFFB6

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

Shades of Shalimar #FEFFB6

Tints of Shalimar #FEFFB6

Color information

#FEFFB6 (or 0xFEFFB6) is unknown color: approx Shalimar. HEX triplet: FE, FF and B6. RGB value is (254,255,182). Sum of RGB (Red+Green+Blue) = 254+255+182=691 (91% of max value = 765). Red value is 254 (99.61% from 255 or 36.76% from 691); Green value is 255 (100% from 255 or 36.90% from 691); Blue value is 182 (71.48% from 255 or 26.34% from 691); Max value from RGB is 255 - color contains mainly: green. Hex color #FEFFB6 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FEFFB6 is #010049. Grayscale: #F6F6F6. Windows color (decimal): -65610 or 11993086. OLE color: 11993086.

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

Color convert

RGB254255182-
CMYK0.0000.290
HSL60.82º100%85.69%-
HSV(B)60.82º28.63%100%-
XYZ85.0895.9758.3-
YUV246.3891.67133.44-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 36.76%
GREEN value IS 255 (100% from 255) = 36.90%
BLUE value IS 182 (71.48% from 255) = 26.34%
R=36.76%
G=36.90%
B=26.34%

CMYK

C (Cyan) values IS 0.00
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2542551820.0000.29060.8210085.69
HexFEFFB6001D03d6456
Octal3763772660035075144126
Binary1111111011111111101101100011101011110111001001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEFFB6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEFFB6; }

 p { color: rgb(254,255,182); }

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

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

 a { background-color: rgb(254,255,182); }

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

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

 span { border-color: rgb(254,255,182); }

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