Html Css Color HEX #FDF6AA Shalimar

📋 copy color: '#FDF6AA'

red 253 ◦ green 246 ◦ blue 170

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

Shades of Shalimar #FDF6AA

Tints of Shalimar #FDF6AA

RGB

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

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

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

R = 37.82%
G = 36.77%
B = 25.41%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.33

 K value IS 0.01

RGB Variations

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

Color information

#FDF6AA (or 0xFDF6AA) is known color: Shalimar. HEX triplet: FD, F6 and AA. RGB value is (253,246,170). Sum of RGB (Red+Green+Blue) = 253+246+170=669 (88% of max value = 765). Red value is 253 (99.22% from 255 or 37.82% from 669); Green value is 246 (96.48% from 255 or 36.77% from 669); Blue value is 170 (66.80% from 255 or 25.41% from 669); Max value from RGB is 253 - color contains mainly: red. Hex color #FDF6AA is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FDF6AA is #020955. Grayscale: #EFEFEF. Windows color (decimal): -133462 or 11204349. OLE color: 11204349.

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

Color convert

RGB 253 246 170 -
CMYK 0 0.03 0.33 0.01
HSL 54.94º 0.95% 0.83% -
HSV(B) 54.94º 0.33% 0.99% -
XYZ 80.72 89.7 51.09 -
YUV 239.43 88.82 137.68 -
System Red Green Blue C M Y K H S L
Decimal 253 246 170 0 0.03 0.33 0.01 54.94 0.95 0.83
Hex FD F6 AA 0 3 21 1 37 5F 53
Octal 375 366 252 0 3 41 1 67 137 123
Binary 11111101 11110110 10101010 0 11 100001 1 110111 1011111 1010011

Color Harmonies of #FDF6AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDF6AA

Black with #FDF6AA

Text Example


Text Example

White with #FDF6AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDF6AA; }

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

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

background-color css

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

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

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

border-color css

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

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

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