Html Css Color HEX #FDF2A9 Shalimar

📋 copy color: '#FDF2A9'

red 253 ◦ green 242 ◦ blue 169

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

Shades of Shalimar #FDF2A9

Tints of Shalimar #FDF2A9

RGB

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

 GREEN value IS 242 (94.92% from 255) = 36.45%

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

R = 38.1%
G = 36.45%
B = 25.45%

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

#FDF2A9 (or 0xFDF2A9) is known color: Shalimar. HEX triplet: FD, F2 and A9. RGB value is (253,242,169). Sum of RGB (Red+Green+Blue) = 253+242+169=664 (87% of max value = 765). Red value is 253 (99.22% from 255 or 38.10% from 664); Green value is 242 (94.92% from 255 or 36.45% from 664); Blue value is 169 (66.41% from 255 or 25.45% from 664); Max value from RGB is 253 - color contains mainly: red. Hex color #FDF2A9 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FDF2A9 is #020D56. Grayscale: #EDEDED. Windows color (decimal): -134487 or 11137789. OLE color: 11137789.

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

Color convert

RGB 253 242 169 -
CMYK 0 0.04 0.33 0.01
HSL 52.14º 0.95% 0.83% -
HSV(B) 52.14º 0.33% 0.99% -
XYZ 79.42 87.25 50.19 -
YUV 236.97 89.64 139.44 -
System Red Green Blue C M Y K H S L
Decimal 253 242 169 0 0.04 0.33 0.01 52.14 0.95 0.83
Hex FD F2 A9 0 4 21 1 34 5F 53
Octal 375 362 251 0 4 41 1 64 137 123
Binary 11111101 11110010 10101001 0 100 100001 1 110100 1011111 1010011

Color Harmonies of #FDF2A9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDF2A9

Black with #FDF2A9

Text Example


Text Example

White with #FDF2A9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDF2A9; }

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

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

background-color css

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

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

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

border-color css

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

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

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