Html Css Color HEX #FDF0AA Shalimar

📋 copy color: '#FDF0AA'

red 253 ◦ green 240 ◦ blue 170

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

Shades of Shalimar #FDF0AA

Tints of Shalimar #FDF0AA

RGB

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

 GREEN value IS 240 (94.14% from 255) = 36.2%

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

R = 38.16%
G = 36.2%
B = 25.64%

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

#FDF0AA (or 0xFDF0AA) is known color: Shalimar. HEX triplet: FD, F0 and AA. RGB value is (253,240,170). Sum of RGB (Red+Green+Blue) = 253+240+170=663 (87% of max value = 765). Red value is 253 (99.22% from 255 or 38.16% from 663); Green value is 240 (94.14% from 255 or 36.20% from 663); Blue value is 170 (66.80% from 255 or 25.64% from 663); Max value from RGB is 253 - color contains mainly: red. Hex color #FDF0AA is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FDF0AA is #020F55. Grayscale: #ECECEC. Windows color (decimal): -134998 or 11202813. OLE color: 11202813.

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

Color convert

RGB 253 240 170 -
CMYK 0 0.05 0.33 0.01
HSL 50.6º 0.95% 0.83% -
HSV(B) 50.6º 0.33% 0.99% -
XYZ 78.92 86.11 50.49 -
YUV 235.91 90.81 140.19 -
System Red Green Blue C M Y K H S L
Decimal 253 240 170 0 0.05 0.33 0.01 50.6 0.95 0.83
Hex FD F0 AA 0 5 21 1 33 5F 53
Octal 375 360 252 0 5 41 1 63 137 123
Binary 11111101 11110000 10101010 0 101 100001 1 110011 1011111 1010011

Color Harmonies of #FDF0AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDF0AA

Black with #FDF0AA

Text Example


Text Example

White with #FDF0AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDF0AA; }

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

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

background-color css

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

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

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

border-color css

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

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

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