#FEFAA6

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

Shades of Shalimar #FEFAA6

Tints of Shalimar #FEFAA6

Color information

#FEFAA6 (or 0xFEFAA6) is unknown color: approx Shalimar. HEX triplet: FE, FA and A6. RGB value is (254,250,166). Sum of RGB (Red+Green+Blue) = 254+250+166=670 (88% of max value = 765). Red value is 254 (99.61% from 255 or 37.91% from 670); Green value is 250 (98.05% from 255 or 37.31% from 670); Blue value is 166 (65.23% from 255 or 24.78% from 670); Max value from RGB is 254 - color contains mainly: red. Hex color #FEFAA6 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FEFAA6 is #010559. Grayscale: #F1F1F1. Windows color (decimal): -66906 or 10943230. OLE color: 10943230.

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

Color convert

RGB254250166-
CMYK00.020.350.00
HSL57.27º97.78%82.35%-
HSV(B)57.27º34.65%99.61%-
XYZ81.9492.249.55-
YUV241.6285.33136.83-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 37.91%
GREEN value IS 250 (98.05% from 255) = 37.31%
BLUE value IS 166 (65.23% from 255) = 24.78%
R=37.91%
G=37.31%
B=24.78%

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
Decimal25425016600.020.350.0057.2797.7882.35
HexFEFAA602230396252
Octal3763722460243071142122
Binary111111101111101010100110010100011011100111000101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEFAA6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEFAA6; }

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

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

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

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

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

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

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

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