Html Css Color HEX #FDF5AA Shalimar

📋 copy color: '#FDF5AA'

red 253 ◦ green 245 ◦ blue 170

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

Shades of Shalimar #FDF5AA

Tints of Shalimar #FDF5AA

RGB

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

 GREEN value IS 245 (96.09% from 255) = 36.68%

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

R = 37.87%
G = 36.68%
B = 25.45%

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

#FDF5AA (or 0xFDF5AA) is known color: Shalimar. HEX triplet: FD, F5 and AA. RGB value is (253,245,170). Sum of RGB (Red+Green+Blue) = 253+245+170=668 (88% of max value = 765). Red value is 253 (99.22% from 255 or 37.87% from 668); Green value is 245 (96.09% from 255 or 36.68% from 668); Blue value is 170 (66.80% from 255 or 25.45% from 668); Max value from RGB is 253 - color contains mainly: red. Hex color #FDF5AA is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FDF5AA is #020A55. Grayscale: #EFEFEF. Windows color (decimal): -133718 or 11204093. OLE color: 11204093.

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

Color convert

RGB 253 245 170 -
CMYK 0 0.03 0.33 0.01
HSL 54.22º 0.95% 0.83% -
HSV(B) 54.22º 0.33% 0.99% -
XYZ 80.42 89.09 50.99 -
YUV 238.84 89.15 138.1 -
System Red Green Blue C M Y K H S L
Decimal 253 245 170 0 0.03 0.33 0.01 54.22 0.95 0.83
Hex FD F5 AA 0 3 21 1 36 5F 53
Octal 375 365 252 0 3 41 1 66 137 123
Binary 11111101 11110101 10101010 0 11 100001 1 110110 1011111 1010011

Color Harmonies of #FDF5AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDF5AA

Black with #FDF5AA

Text Example


Text Example

White with #FDF5AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDF5AA; }

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

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

background-color css

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

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

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

border-color css

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

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

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