#FFFEAC

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

Shades of Shalimar #FFFEAC

Tints of Shalimar #FFFEAC

Color information

#FFFEAC (or 0xFFFEAC) is unknown color: approx Shalimar. HEX triplet: FF, FE and AC. RGB value is (255,254,172). Sum of RGB (Red+Green+Blue) = 255+254+172=681 (90% of max value = 765). Red value is 255 (100% from 255 or 37.44% from 681); Green value is 254 (99.61% from 255 or 37.30% from 681); Blue value is 172 (67.58% from 255 or 25.26% from 681); Max value from RGB is 255 - color contains mainly: red. Hex color #FFFEAC is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FFFEAC is #000153. Grayscale: #F5F5F5. Windows color (decimal): -340 or 11337471. OLE color: 11337471.

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

Color convert

RGB255254172-
CMYK00.000.330
HSL59.28º100%83.73%-
HSV(B)59.28º32.55%100%-
XYZ84.1395.1252.96-
YUV244.9586.83135.17-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 37.44%
GREEN value IS 254 (99.61% from 255) = 37.30%
BLUE value IS 172 (67.58% from 255) = 25.26%
R=37.44%
G=37.30%
B=25.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.00
Y (Yellow) values IS 0.33
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25525417200.000.33059.2810083.73
HexFFFEAC002103b6454
Octal3773762540041073144124
Binary11111111111111101010110000100001011101111001001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFFEAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFFEAC; }

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

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

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

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

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

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

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

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