Html Css Color HEX #FDFFA9 Shalimar

📋 copy color: '#FDFFA9'

red 253 ◦ green 255 ◦ blue 169

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

Shades of Shalimar #FDFFA9

Tints of Shalimar #FDFFA9

RGB

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

 GREEN value IS 255 (100% from 255) = 37.67%

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

R = 37.37%
G = 37.67%
B = 24.96%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.34

 K value IS 0

RGB Variations

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

Color information

#FDFFA9 (or 0xFDFFA9) is known color: Shalimar. HEX triplet: FD, FF and A9. RGB value is (253,255,169). Sum of RGB (Red+Green+Blue) = 253+255+169=677 (89% of max value = 765). Red value is 253 (99.22% from 255 or 37.37% from 677); Green value is 255 (100% from 255 or 37.67% from 677); Blue value is 169 (66.41% from 255 or 24.96% from 677); Max value from RGB is 255 - color contains mainly: green. Hex color #FDFFA9 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FDFFA9 is #020056. Grayscale: #F4F4F4. Windows color (decimal): -131159 or 11141117. OLE color: 11141117.

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

Color convert

RGB 253 255 169 -
CMYK 0.01 0 0.34 0
HSL 61.4º 1% 0.83% -
HSV(B) 61.4º 0.34% 1% -
XYZ 83.43 95.27 51.53 -
YUV 244.6 85.34 133.99 -
System Red Green Blue C M Y K H S L
Decimal 253 255 169 0.01 0 0.34 0 61.4 1 0.83
Hex FD FF A9 1 0 22 0 3D 64 53
Octal 375 377 251 1 0 42 0 75 144 123
Binary 11111101 11111111 10101001 1 0 100010 0 111101 1100100 1010011

Color Harmonies of #FDFFA9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDFFA9

Black with #FDFFA9

Text Example


Text Example

White with #FDFFA9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDFFA9; }

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

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

background-color css

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

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

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

border-color css

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

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

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