#FEFFA8

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

Shades of Shalimar #FEFFA8

Tints of Shalimar #FEFFA8

Color information

#FEFFA8 (or 0xFEFFA8) is unknown color: approx Shalimar. HEX triplet: FE, FF and A8. RGB value is (254,255,168). Sum of RGB (Red+Green+Blue) = 254+255+168=677 (89% of max value = 765). Red value is 254 (99.61% from 255 or 37.52% from 677); Green value is 255 (100% from 255 or 37.67% from 677); Blue value is 168 (66.02% from 255 or 24.82% from 677); Max value from RGB is 255 - color contains mainly: green. Hex color #FEFFA8 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FEFFA8 is #010057. Grayscale: #F5F5F5. Windows color (decimal): -65624 or 11075582. OLE color: 11075582.

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

Color convert

RGB254255168-
CMYK0.0000.340
HSL60.69º100%82.94%-
HSV(B)60.69º34.12%100%-
XYZ83.795.4251.05-
YUV244.7884.67134.57-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 37.52%
GREEN value IS 255 (100% from 255) = 37.67%
BLUE value IS 168 (66.02% from 255) = 24.82%
R=37.52%
G=37.67%
B=24.82%

CMYK

C (Cyan) values IS 0.00
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2542551680.0000.34060.6910082.94
HexFEFFA8002203d6453
Octal3763772500042075144123
Binary11111110111111111010100000100010011110111001001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEFFA8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEFFA8; }

 p { color: rgb(254,255,168); }

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

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

 a { background-color: rgb(254,255,168); }

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

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

 span { border-color: rgb(254,255,168); }

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