#FEFAB5

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

Shades of Shalimar #FEFAB5

Tints of Shalimar #FEFAB5

Color information

#FEFAB5 (or 0xFEFAB5) is unknown color: approx Shalimar. HEX triplet: FE, FA and B5. RGB value is (254,250,181). Sum of RGB (Red+Green+Blue) = 254+250+181=685 (90% of max value = 765). Red value is 254 (99.61% from 255 or 37.08% from 685); Green value is 250 (98.05% from 255 or 36.50% from 685); Blue value is 181 (71.09% from 255 or 26.42% from 685); Max value from RGB is 254 - color contains mainly: red. Hex color #FEFAB5 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FEFAB5 is #01054A. Grayscale: #F3F3F3. Windows color (decimal): -66891 or 11926270. OLE color: 11926270.

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

Color convert

RGB254250181-
CMYK00.020.290.00
HSL56.71º97.33%85.29%-
HSV(B)56.71º28.74%99.61%-
XYZ83.492.7857.23-
YUV243.3392.83135.61-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 37.08%
GREEN value IS 250 (98.05% from 255) = 36.50%
BLUE value IS 181 (71.09% from 255) = 26.42%
R=37.08%
G=36.50%
B=26.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.29
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25425018100.020.290.0056.7197.3385.29
HexFEFAB5021D0396155
Octal3763722650235071141125
Binary11111110111110101011010101011101011100111000011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEFAB5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEFAB5; }

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

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

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

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

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

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

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

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