#FEFEAF

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

Shades of Shalimar #FEFEAF

Tints of Shalimar #FEFEAF

Color information

#FEFEAF (or 0xFEFEAF) is unknown color: approx Shalimar. HEX triplet: FE, FE and AF. RGB value is (254,254,175). Sum of RGB (Red+Green+Blue) = 254+254+175=683 (90% of max value = 765). Red value is 254 (99.61% from 255 or 37.19% from 683); Green value is 254 (99.61% from 255 or 37.19% from 683); Blue value is 175 (68.75% from 255 or 25.62% from 683); Max value from RGB is 254 - color contains mainly: red, green. Hex color #FEFEAF is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FEFEAF is #010150. Grayscale: #F5F5F5. Windows color (decimal): -65873 or 11534078. OLE color: 11534078.

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

Color convert

RGB254254175-
CMYK000.310.00
HSL60º97.53%84.12%-
HSV(B)60º31.1%99.61%-
XYZ84.0595.0554.47-
YUV244.9988.5134.42-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 37.19%
GREEN value IS 254 (99.61% from 255) = 37.19%
BLUE value IS 175 (68.75% from 255) = 25.62%
R=37.19%
G=37.19%
B=25.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal254254175000.310.006097.5384.12
HexFEFEAF001F03c6254
Octal3763762570037074142124
Binary1111111011111110101011110011111011110011000101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEFEAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEFEAF; }

 p { color: rgb(254,254,175); }

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

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

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

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

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

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

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