Html Css Color HEX #FDF6AD Shalimar

📋 copy color: '#FDF6AD'

red 253 ◦ green 246 ◦ blue 173

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

Shades of Shalimar #FDF6AD

Tints of Shalimar #FDF6AD

RGB

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

 GREEN value IS 246 (96.48% from 255) = 36.61%

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

R = 37.65%
G = 36.61%
B = 25.74%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.32

 K value IS 0.01

RGB Variations

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

Color information

#FDF6AD (or 0xFDF6AD) is known color: Shalimar. HEX triplet: FD, F6 and AD. RGB value is (253,246,173). Sum of RGB (Red+Green+Blue) = 253+246+173=672 (89% of max value = 765). Red value is 253 (99.22% from 255 or 37.65% from 672); Green value is 246 (96.48% from 255 or 36.61% from 672); Blue value is 173 (67.97% from 255 or 25.74% from 672); Max value from RGB is 253 - color contains mainly: red. Hex color #FDF6AD is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FDF6AD is #020952. Grayscale: #F0F0F0. Windows color (decimal): -133459 or 11400957. OLE color: 11400957.

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

Color convert

RGB 253 246 173 -
CMYK 0 0.03 0.32 0.01
HSL 54.75º 0.95% 0.84% -
HSV(B) 54.75º 0.32% 0.99% -
XYZ 81.01 89.81 52.6 -
YUV 239.77 90.32 137.44 -
System Red Green Blue C M Y K H S L
Decimal 253 246 173 0 0.03 0.32 0.01 54.75 0.95 0.84
Hex FD F6 AD 0 3 20 1 37 5F 54
Octal 375 366 255 0 3 40 1 67 137 124
Binary 11111101 11110110 10101101 0 11 100000 1 110111 1011111 1010100

Color Harmonies of #FDF6AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDF6AD

Black with #FDF6AD

Text Example


Text Example

White with #FDF6AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDF6AD; }

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

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

background-color css

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

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

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

border-color css

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

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

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