#FEFAA7

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

Shades of Shalimar #FEFAA7

Tints of Shalimar #FEFAA7

Color information

#FEFAA7 (or 0xFEFAA7) is unknown color: approx Shalimar. HEX triplet: FE, FA and A7. RGB value is (254,250,167). Sum of RGB (Red+Green+Blue) = 254+250+167=671 (88% of max value = 765). Red value is 254 (99.61% from 255 or 37.85% from 671); Green value is 250 (98.05% from 255 or 37.26% from 671); Blue value is 167 (65.62% from 255 or 24.89% from 671); Max value from RGB is 254 - color contains mainly: red. Hex color #FEFAA7 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FEFAA7 is #010558. Grayscale: #F2F2F2. Windows color (decimal): -66905 or 11008766. OLE color: 11008766.

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

Color convert

RGB254250167-
CMYK00.020.340.00
HSL57.24º97.75%82.55%-
HSV(B)57.24º34.25%99.61%-
XYZ82.0392.2350.04-
YUV241.7385.83136.75-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 37.85%
GREEN value IS 250 (98.05% from 255) = 37.26%
BLUE value IS 167 (65.62% from 255) = 24.89%
R=37.85%
G=37.26%
B=24.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.34
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25425016700.020.340.0057.2497.7582.55
HexFEFAA702220396253
Octal3763722470242071142123
Binary111111101111101010100111010100010011100111000101010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEFAA7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEFAA7; }

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

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

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

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

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

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

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

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