#FFFEB2

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

Shades of Shalimar #FFFEB2

Tints of Shalimar #FFFEB2

Color information

#FFFEB2 (or 0xFFFEB2) is unknown color: approx Shalimar. HEX triplet: FF, FE and B2. RGB value is (255,254,178). Sum of RGB (Red+Green+Blue) = 255+254+178=687 (90% of max value = 765). Red value is 255 (100% from 255 or 37.12% from 687); Green value is 254 (99.61% from 255 or 36.97% from 687); Blue value is 178 (69.92% from 255 or 25.91% from 687); Max value from RGB is 255 - color contains mainly: red. Hex color #FFFEB2 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FFFEB2 is #00014D. Grayscale: #F5F5F5. Windows color (decimal): -334 or 11730687. OLE color: 11730687.

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

Color convert

RGB255254178-
CMYK00.000.300
HSL59.22º100%84.9%-
HSV(B)59.22º30.2%100%-
XYZ84.7295.3656.06-
YUV245.6389.83134.68-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 37.12%
GREEN value IS 254 (99.61% from 255) = 36.97%
BLUE value IS 178 (69.92% from 255) = 25.91%
R=37.12%
G=36.97%
B=25.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.00
Y (Yellow) values IS 0.30
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25525417800.000.30059.2210084.9
HexFFFEB2001E03b6455
Octal3773762620036073144125
Binary1111111111111110101100100011110011101111001001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFFEB2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFFEB2; }

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

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

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

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

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

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

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

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