#FAFEAD

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

Shades of Shalimar #FAFEAD

Tints of Shalimar #FAFEAD

Color information

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

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

Color convert

RGB250254173-
CMYK0.0200.320.00
HSL62.96º97.59%83.73%-
HSV(B)62.96º31.89%99.61%-
XYZ82.4194.2253.38-
YUV243.5788.17132.59-

RGB Variations

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

RGB

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

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2502541730.0200.320.0062.9697.5983.73
HexFAFEAD202003f6254
Octal3723762552040077142124
Binary111110101111111010101101100100000011111111000101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAFEAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAFEAD; }

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

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

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

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

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

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

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

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