Html Css Color HEX #FDF5A9 Shalimar

📋 copy color: '#FDF5A9'

red 253 ◦ green 245 ◦ blue 169

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

Shades of Shalimar #FDF5A9

Tints of Shalimar #FDF5A9

RGB

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

 GREEN value IS 245 (96.09% from 255) = 36.73%

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

R = 37.93%
G = 36.73%
B = 25.34%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.33

 K value IS 0.01

RGB Variations

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

Color information

#FDF5A9 (or 0xFDF5A9) is known color: Shalimar. HEX triplet: FD, F5 and A9. RGB value is (253,245,169). Sum of RGB (Red+Green+Blue) = 253+245+169=667 (88% of max value = 765). Red value is 253 (99.22% from 255 or 37.93% from 667); Green value is 245 (96.09% from 255 or 36.73% from 667); Blue value is 169 (66.41% from 255 or 25.34% from 667); Max value from RGB is 253 - color contains mainly: red. Hex color #FDF5A9 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FDF5A9 is #020A56. Grayscale: #EFEFEF. Windows color (decimal): -133719 or 11138557. OLE color: 11138557.

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

Color convert

RGB 253 245 169 -
CMYK 0 0.03 0.33 0.01
HSL 54.29º 0.95% 0.83% -
HSV(B) 54.29º 0.33% 0.99% -
XYZ 80.32 89.05 50.49 -
YUV 238.73 88.65 138.18 -
System Red Green Blue C M Y K H S L
Decimal 253 245 169 0 0.03 0.33 0.01 54.29 0.95 0.83
Hex FD F5 A9 0 3 21 1 36 5F 53
Octal 375 365 251 0 3 41 1 66 137 123
Binary 11111101 11110101 10101001 0 11 100001 1 110110 1011111 1010011

Color Harmonies of #FDF5A9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDF5A9

Black with #FDF5A9

Text Example


Text Example

White with #FDF5A9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDF5A9; }

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

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

background-color css

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

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

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

border-color css

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

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

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