#FEFAAA

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

Shades of Shalimar #FEFAAA

Tints of Shalimar #FEFAAA

Color information

#FEFAAA (or 0xFEFAAA) is unknown color: approx Shalimar. HEX triplet: FE, FA and AA. RGB value is (254,250,170). Sum of RGB (Red+Green+Blue) = 254+250+170=674 (89% of max value = 765). Red value is 254 (99.61% from 255 or 37.69% from 674); Green value is 250 (98.05% from 255 or 37.09% from 674); Blue value is 170 (66.80% from 255 or 25.22% from 674); Max value from RGB is 254 - color contains mainly: red. Hex color #FEFAAA is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FEFAAA is #010555. Grayscale: #F2F2F2. Windows color (decimal): -66902 or 11205374. OLE color: 11205374.

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

Color convert

RGB254250170-
CMYK00.020.330.00
HSL57.14º97.67%83.14%-
HSV(B)57.14º33.07%99.61%-
XYZ82.3192.3451.52-
YUV242.0887.33136.5-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 37.69%
GREEN value IS 250 (98.05% from 255) = 37.09%
BLUE value IS 170 (66.80% from 255) = 25.22%
R=37.69%
G=37.09%
B=25.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.33
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25425017000.020.330.0057.1497.6783.14
HexFEFAAA02210396253
Octal3763722520241071142123
Binary111111101111101010101010010100001011100111000101010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEFAAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEFAAA; }

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

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

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

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

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

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

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

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