#FEFFAC

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

Shades of Shalimar #FEFFAC

Tints of Shalimar #FEFFAC

Color information

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

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

Color convert

RGB254255172-
CMYK0.0000.330
HSL60.72º100%83.73%-
HSV(B)60.72º32.55%100%-
XYZ84.0895.5753.05-
YUV245.2486.67134.25-

RGB Variations

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

RGB

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

CMYK

C (Cyan) values IS 0.00
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2542551720.0000.33060.7210083.73
HexFEFFAC002103d6454
Octal3763772540041075144124
Binary11111110111111111010110000100001011110111001001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEFFAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEFFAC; }

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

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

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

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

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

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

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

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