Html Css Color HEX #FDF1AD Shalimar

📋 copy color: '#FDF1AD'

red 253 ◦ green 241 ◦ blue 173

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

Shades of Shalimar #FDF1AD

Tints of Shalimar #FDF1AD

RGB

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

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

 BLUE value IS 173 (67.97% from 255) = 25.94%

R = 37.93%
G = 36.13%
B = 25.94%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.32

 K value IS 0.01

RGB Variations

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

Color information

#FDF1AD (or 0xFDF1AD) is known color: Shalimar. HEX triplet: FD, F1 and AD. RGB value is (253,241,173). Sum of RGB (Red+Green+Blue) = 253+241+173=667 (88% of max value = 765). Red value is 253 (99.22% from 255 or 37.93% from 667); Green value is 241 (94.53% from 255 or 36.13% from 667); Blue value is 173 (67.97% from 255 or 25.94% from 667); Max value from RGB is 253 - color contains mainly: red. Hex color #FDF1AD is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FDF1AD is #020E52. Grayscale: #EDEDED. Windows color (decimal): -134739 or 11399677. OLE color: 11399677.

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

Color convert

RGB 253 241 173 -
CMYK 0 0.05 0.32 0.01
HSL 51º 0.95% 0.84% -
HSV(B) 51º 0.32% 0.99% -
XYZ 79.51 86.81 52.1 -
YUV 236.84 91.98 139.53 -
System Red Green Blue C M Y K H S L
Decimal 253 241 173 0 0.05 0.32 0.01 51 0.95 0.84
Hex FD F1 AD 0 5 20 1 33 5F 54
Octal 375 361 255 0 5 40 1 63 137 124
Binary 11111101 11110001 10101101 0 101 100000 1 110011 1011111 1010100

Color Harmonies of #FDF1AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDF1AD

Black with #FDF1AD

Text Example


Text Example

White with #FDF1AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDF1AD; }

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

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

background-color css

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

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

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

border-color css

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

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

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