Html Css Color HEX #FDFEAA Shalimar

📋 copy color: '#FDFEAA'

red 253 ◦ green 254 ◦ blue 170

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

Shades of Shalimar #FDFEAA

Tints of Shalimar #FDFEAA

RGB

 RED value IS 253 (99.22% from 255) = 37.37%

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

 BLUE value IS 170 (66.8% from 255) = 25.11%

R = 37.37%
G = 37.52%
B = 25.11%

CMYK

 C value IS 0.00

 M value IS 0

 Y value IS 0.33

 K value IS 0.00

RGB Variations

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

Color information

#FDFEAA (or 0xFDFEAA) is known color: Shalimar. HEX triplet: FD, FE and AA. RGB value is (253,254,170). Sum of RGB (Red+Green+Blue) = 253+254+170=677 (89% of max value = 765). Red value is 253 (99.22% from 255 or 37.37% from 677); Green value is 254 (99.61% from 255 or 37.52% from 677); Blue value is 170 (66.80% from 255 or 25.11% from 677); Max value from RGB is 254 - color contains mainly: green. Hex color #FDFEAA is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FDFEAA is #020155. Grayscale: #F4F4F4. Windows color (decimal): -131414 or 11206397. OLE color: 11206397.

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

Color convert

RGB 253 254 170 -
CMYK 0.00 0 0.33 0.00
HSL 60.71º 0.98% 0.83% -
HSV(B) 60.71º 0.33% 1% -
XYZ 83.21 94.67 51.92 -
YUV 244.13 86.17 134.33 -
System Red Green Blue C M Y K H S L
Decimal 253 254 170 0.00 0 0.33 0.00 60.71 0.98 0.83
Hex FD FE AA 0 0 21 0 3D 62 53
Octal 375 376 252 0 0 41 0 75 142 123
Binary 11111101 11111110 10101010 0 0 100001 0 111101 1100010 1010011

Color Harmonies of #FDFEAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDFEAA

Black with #FDFEAA

Text Example


Text Example

White with #FDFEAA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDFEAA; }

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

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

background-color css

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

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

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

border-color css

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

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

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