#FEFAB0

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

Shades of Shalimar #FEFAB0

Tints of Shalimar #FEFAB0

Color information

#FEFAB0 (or 0xFEFAB0) is unknown color: approx Shalimar. HEX triplet: FE, FA and B0. RGB value is (254,250,176). Sum of RGB (Red+Green+Blue) = 254+250+176=680 (90% of max value = 765). Red value is 254 (99.61% from 255 or 37.35% from 680); Green value is 250 (98.05% from 255 or 36.76% from 680); Blue value is 176 (69.14% from 255 or 25.88% from 680); Max value from RGB is 254 - color contains mainly: red. Hex color #FEFAB0 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FEFAB0 is #01054F. Grayscale: #F3F3F3. Windows color (decimal): -66896 or 11598590. OLE color: 11598590.

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

Color convert

RGB254250176-
CMYK00.020.310.00
HSL56.92º97.5%84.31%-
HSV(B)56.92º30.71%99.61%-
XYZ82.992.5854.57-
YUV242.7690.33136.02-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 37.35%
GREEN value IS 250 (98.05% from 255) = 36.76%
BLUE value IS 176 (69.14% from 255) = 25.88%
R=37.35%
G=36.76%
B=25.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.31
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25425017600.020.310.0056.9297.584.31
HexFEFAB0021F0396254
Octal3763722600237071142124
Binary11111110111110101011000001011111011100111000101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEFAB0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEFAB0; }

 p { color: rgb(254,250,176); }

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

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

 a { background-color: rgb(254,250,176); }

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

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

 span { border-color: rgb(254,250,176); }

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