Html Css Color HEX #FEFAA9 Shalimar

📋 copy color: '#FEFAA9'

red 254 ◦ green 250 ◦ blue 169

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

Shades of Shalimar #FEFAA9

Tints of Shalimar #FEFAA9

RGB

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

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

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

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

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.33

 K value IS 0.00

RGB Variations

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

Color information

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

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

Color convert

RGB 254 250 169 -
CMYK 0 0.02 0.33 0.00
HSL 57.18º 0.98% 0.83% -
HSV(B) 57.18º 0.33% 1% -
XYZ 82.22 92.31 51.02 -
YUV 241.96 86.83 136.59 -
System Red Green Blue C M Y K H S L
Decimal 254 250 169 0 0.02 0.33 0.00 57.18 0.98 0.83
Hex FE FA A9 0 2 21 0 39 62 53
Octal 376 372 251 0 2 41 0 71 142 123
Binary 11111110 11111010 10101001 0 10 100001 0 111001 1100010 1010011

Color Harmonies of #FEFAA9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEFAA9

Black with #FEFAA9

Text Example


Text Example

White with #FEFAA9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEFAA9; }

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

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

background-color css

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

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

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

border-color css

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

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

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