Html Css Color HEX #FDF4A9 Shalimar

📋 copy color: '#FDF4A9'

red 253 ◦ green 244 ◦ blue 169

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

Shades of Shalimar #FDF4A9

Tints of Shalimar #FDF4A9

RGB

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

 GREEN value IS 244 (95.7% from 255) = 36.64%

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

R = 37.99%
G = 36.64%
B = 25.38%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.33

 K value IS 0.01

RGB Variations

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

Color information

#FDF4A9 (or 0xFDF4A9) is known color: Shalimar. HEX triplet: FD, F4 and A9. RGB value is (253,244,169). Sum of RGB (Red+Green+Blue) = 253+244+169=666 (88% of max value = 765). Red value is 253 (99.22% from 255 or 37.99% from 666); Green value is 244 (95.70% from 255 or 36.64% from 666); Blue value is 169 (66.41% from 255 or 25.38% from 666); Max value from RGB is 253 - color contains mainly: red. Hex color #FDF4A9 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FDF4A9 is #020B56. Grayscale: #EEEEEE. Windows color (decimal): -133975 or 11138301. OLE color: 11138301.

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

Color convert

RGB 253 244 169 -
CMYK 0 0.04 0.33 0.01
HSL 53.57º 0.95% 0.83% -
HSV(B) 53.57º 0.33% 0.99% -
XYZ 80.02 88.45 50.39 -
YUV 238.14 88.98 138.6 -
System Red Green Blue C M Y K H S L
Decimal 253 244 169 0 0.04 0.33 0.01 53.57 0.95 0.83
Hex FD F4 A9 0 4 21 1 36 5F 53
Octal 375 364 251 0 4 41 1 66 137 123
Binary 11111101 11110100 10101001 0 100 100001 1 110110 1011111 1010011

Color Harmonies of #FDF4A9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDF4A9

Black with #FDF4A9

Text Example


Text Example

White with #FDF4A9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDF4A9; }

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

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

background-color css

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

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

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

border-color css

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

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

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