#FEFAA5

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

Shades of Shalimar #FEFAA5

Tints of Shalimar #FEFAA5

Color information

#FEFAA5 (or 0xFEFAA5) is unknown color: approx Shalimar. HEX triplet: FE, FA and A5. RGB value is (254,250,165). Sum of RGB (Red+Green+Blue) = 254+250+165=669 (88% of max value = 765). Red value is 254 (99.61% from 255 or 37.97% from 669); Green value is 250 (98.05% from 255 or 37.37% from 669); Blue value is 165 (64.84% from 255 or 24.66% from 669); Max value from RGB is 254 - color contains mainly: red. Hex color #FEFAA5 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FEFAA5 is #01055A. Grayscale: #F1F1F1. Windows color (decimal): -66907 or 10877694. OLE color: 10877694.

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

Color convert

RGB254250165-
CMYK00.020.350.00
HSL57.3º97.8%82.16%-
HSV(B)57.3º35.04%99.61%-
XYZ81.8592.1649.07-
YUV241.5184.83136.91-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 37.97%
GREEN value IS 250 (98.05% from 255) = 37.37%
BLUE value IS 165 (64.84% from 255) = 24.66%
R=37.97%
G=37.37%
B=24.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.35
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25425016500.020.350.0057.397.882.16
HexFEFAA502230396252
Octal3763722450243071142122
Binary111111101111101010100101010100011011100111000101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEFAA5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEFAA5; }

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

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

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

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

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

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

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

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