Html Css Color HEX #FDF1AA Shalimar

📋 copy color: '#FDF1AA'

red 253 ◦ green 241 ◦ blue 170

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

Shades of Shalimar #FDF1AA

Tints of Shalimar #FDF1AA

RGB

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

 GREEN value IS 241 (94.53% from 255) = 36.3%

 BLUE value IS 170 (66.8% from 255) = 25.6%

R = 38.1%
G = 36.3%
B = 25.6%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.33

 K value IS 0.01

RGB Variations

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

Color information

#FDF1AA (or 0xFDF1AA) is known color: Shalimar. HEX triplet: FD, F1 and AA. RGB value is (253,241,170). Sum of RGB (Red+Green+Blue) = 253+241+170=664 (87% of max value = 765). Red value is 253 (99.22% from 255 or 38.10% from 664); Green value is 241 (94.53% from 255 or 36.30% from 664); Blue value is 170 (66.80% from 255 or 25.60% from 664); Max value from RGB is 253 - color contains mainly: red. Hex color #FDF1AA is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FDF1AA is #020E55. Grayscale: #ECECEC. Windows color (decimal): -134742 or 11203069. OLE color: 11203069.

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

Color convert

RGB 253 241 170 -
CMYK 0 0.05 0.33 0.01
HSL 51.33º 0.95% 0.83% -
HSV(B) 51.33º 0.33% 0.99% -
XYZ 79.22 86.7 50.59 -
YUV 236.49 90.48 139.77 -
System Red Green Blue C M Y K H S L
Decimal 253 241 170 0 0.05 0.33 0.01 51.33 0.95 0.83
Hex FD F1 AA 0 5 21 1 33 5F 53
Octal 375 361 252 0 5 41 1 63 137 123
Binary 11111101 11110001 10101010 0 101 100001 1 110011 1011111 1010011

Color Harmonies of #FDF1AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDF1AA

Black with #FDF1AA

Text Example


Text Example

White with #FDF1AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDF1AA; }

 p { color: rgb(253,241,170); }

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

background-color css

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

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

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

border-color css

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

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

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