#FEFAAD

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

Shades of Shalimar #FEFAAD

Tints of Shalimar #FEFAAD

Color information

#FEFAAD (or 0xFEFAAD) is unknown color: approx Shalimar. HEX triplet: FE, FA and AD. RGB value is (254,250,173). Sum of RGB (Red+Green+Blue) = 254+250+173=677 (89% of max value = 765). Red value is 254 (99.61% from 255 or 37.52% from 677); Green value is 250 (98.05% from 255 or 36.93% from 677); Blue value is 173 (67.97% from 255 or 25.55% from 677); Max value from RGB is 254 - color contains mainly: red. Hex color #FEFAAD is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FEFAAD is #010552. Grayscale: #F2F2F2. Windows color (decimal): -66899 or 11401982. OLE color: 11401982.

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

Color convert

RGB254250173-
CMYK00.020.320.00
HSL57.04º97.59%83.73%-
HSV(B)57.04º31.89%99.61%-
XYZ82.692.4653.03-
YUV242.4288.83136.26-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 37.52%
GREEN value IS 250 (98.05% from 255) = 36.93%
BLUE value IS 173 (67.97% from 255) = 25.55%
R=37.52%
G=36.93%
B=25.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.32
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25425017300.020.320.0057.0497.5983.73
HexFEFAAD02200396254
Octal3763722550240071142124
Binary111111101111101010101101010100000011100111000101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEFAAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEFAAD; }

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

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

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

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

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

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

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

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