Html Css Color HEX #FEFDA9 Shalimar

📋 copy color: '#FEFDA9'

red 254 ◦ green 253 ◦ blue 169

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

Shades of Shalimar #FEFDA9

Tints of Shalimar #FEFDA9

RGB

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

 GREEN value IS 253 (99.22% from 255) = 37.43%

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

R = 37.57%
G = 37.43%
B = 25%

CMYK

 C value IS 0

 M value IS 0.00

 Y value IS 0.33

 K value IS 0.00

RGB Variations

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

Color information

#FEFDA9 (or 0xFEFDA9) is known color: Shalimar. HEX triplet: FE, FD and A9. RGB value is (254,253,169). Sum of RGB (Red+Green+Blue) = 254+253+169=676 (89% of max value = 765). Red value is 254 (99.61% from 255 or 37.57% from 676); Green value is 253 (99.22% from 255 or 37.43% from 676); Blue value is 169 (66.41% from 255 or 25% from 676); Max value from RGB is 254 - color contains mainly: red. Hex color #FEFDA9 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FEFDA9 is #010256. Grayscale: #F4F4F4. Windows color (decimal): -66135 or 11140606. OLE color: 11140606.

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

Color convert

RGB 254 253 169 -
CMYK 0 0.00 0.33 0.00
HSL 59.29º 0.98% 0.83% -
HSV(B) 59.29º 0.33% 1% -
XYZ 83.16 94.19 51.33 -
YUV 243.72 85.83 135.33 -
System Red Green Blue C M Y K H S L
Decimal 254 253 169 0 0.00 0.33 0.00 59.29 0.98 0.83
Hex FE FD A9 0 0 21 0 3B 62 53
Octal 376 375 251 0 0 41 0 73 142 123
Binary 11111110 11111101 10101001 0 0 100001 0 111011 1100010 1010011

Color Harmonies of #FEFDA9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEFDA9

Black with #FEFDA9

Text Example


Text Example

White with #FEFDA9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEFDA9; }

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

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

background-color css

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

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

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

border-color css

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

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

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