Html Css Color HEX #FDFDA9 Shalimar

📋 copy color: '#FDFDA9'

red 253 ◦ green 253 ◦ blue 169

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

Shades of Shalimar #FDFDA9

Tints of Shalimar #FDFDA9

RGB

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

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

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

R = 37.48%
G = 37.48%
B = 25.04%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.33

 K value IS 0.01

RGB Variations

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

Color information

#FDFDA9 (or 0xFDFDA9) is known color: Shalimar. HEX triplet: FD, FD and A9. RGB value is (253,253,169). Sum of RGB (Red+Green+Blue) = 253+253+169=675 (89% of max value = 765). Red value is 253 (99.22% from 255 or 37.48% from 675); Green value is 253 (99.22% from 255 or 37.48% from 675); Blue value is 169 (66.41% from 255 or 25.04% from 675); Max value from RGB is 253 - color contains mainly: red, green. Hex color #FDFDA9 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FDFDA9 is #020256. Grayscale: #F3F3F3. Windows color (decimal): -131671 or 11140605. OLE color: 11140605.

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

Color convert

RGB 253 253 169 -
CMYK 0 0 0.33 0.01
HSL 60º 0.95% 0.83% -
HSV(B) 60º 0.33% 0.99% -
XYZ 82.79 94 51.32 -
YUV 243.42 86 134.83 -
System Red Green Blue C M Y K H S L
Decimal 253 253 169 0 0 0.33 0.01 60 0.95 0.83
Hex FD FD A9 0 0 21 1 3C 5F 53
Octal 375 375 251 0 0 41 1 74 137 123
Binary 11111101 11111101 10101001 0 0 100001 1 111100 1011111 1010011

Color Harmonies of #FDFDA9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDFDA9

Black with #FDFDA9

Text Example


Text Example

White with #FDFDA9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDFDA9; }

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

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

background-color css

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

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

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

border-color css

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

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

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