Html Css Color HEX #FAFEA9 Shalimar

📋 copy color: '#FAFEA9'

red 250 ◦ green 254 ◦ blue 169

#FAFEA9
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Shalimar #FAFEA9

Tints of Shalimar #FAFEA9

RGB

 RED value IS 250 (98.05% from 255) = 37.15%

 GREEN value IS 254 (99.61% from 255) = 37.74%

 BLUE value IS 169 (66.41% from 255) = 25.11%

R = 37.15%
G = 37.74%
B = 25.11%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.33

 K value IS 0.00

RGB Variations

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

Color information

#FAFEA9 (or 0xFAFEA9) is known color: Shalimar. HEX triplet: FA, FE and A9. RGB value is (250,254,169). Sum of RGB (Red+Green+Blue) = 250+254+169=673 (89% of max value = 765). Red value is 250 (98.05% from 255 or 37.15% from 673); Green value is 254 (99.61% from 255 or 37.74% from 673); Blue value is 169 (66.41% from 255 or 25.11% from 673); Max value from RGB is 254 - color contains mainly: green. Hex color #FAFEA9 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FAFEA9 is #050156. Grayscale: #F3F3F3. Windows color (decimal): -328023 or 11140858. OLE color: 11140858.

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

Color convert

RGB 250 254 169 -
CMYK 0.02 0 0.33 0.00
HSL 62.82º 0.98% 0.83% -
HSV(B) 62.82º 0.33% 1% -
XYZ 82.03 94.07 51.37 -
YUV 243.11 86.17 132.91 -
System Red Green Blue C M Y K H S L
Decimal 250 254 169 0.02 0 0.33 0.00 62.82 0.98 0.83
Hex FA FE A9 2 0 21 0 3F 62 53
Octal 372 376 251 2 0 41 0 77 142 123
Binary 11111010 11111110 10101001 10 0 100001 0 111111 1100010 1010011

Color Harmonies of #FAFEA9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAFEA9

Black with #FAFEA9

Text Example


Text Example

White with #FAFEA9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAFEA9; }

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

 H1.HeaderClassName
 {
   color: #FAFEA9;
 }
 .AnyTagClassName
 {
   color: #FAFEA9;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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