Html Css Color HEX #FDFCAA Shalimar

📋 copy color: '#FDFCAA'

red 253 ◦ green 252 ◦ blue 170

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

Shades of Shalimar #FDFCAA

Tints of Shalimar #FDFCAA

RGB

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

 GREEN value IS 252 (98.83% from 255) = 37.33%

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

R = 37.48%
G = 37.33%
B = 25.19%

CMYK

 C value IS 0

 M value IS 0.00

 Y value IS 0.33

 K value IS 0.01

RGB Variations

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

Color information

#FDFCAA (or 0xFDFCAA) is known color: Shalimar. HEX triplet: FD, FC and AA. RGB value is (253,252,170). Sum of RGB (Red+Green+Blue) = 253+252+170=675 (89% of max value = 765). Red value is 253 (99.22% from 255 or 37.48% from 675); Green value is 252 (98.83% from 255 or 37.33% from 675); Blue value is 170 (66.80% from 255 or 25.19% from 675); Max value from RGB is 253 - color contains mainly: red. Hex color #FDFCAA is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FDFCAA is #020355. Grayscale: #F3F3F3. Windows color (decimal): -131926 or 11205885. OLE color: 11205885.

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

Color convert

RGB 253 252 170 -
CMYK 0 0.00 0.33 0.01
HSL 59.28º 0.95% 0.83% -
HSV(B) 59.28º 0.33% 0.99% -
XYZ 82.57 93.41 51.71 -
YUV 242.95 86.83 135.17 -
System Red Green Blue C M Y K H S L
Decimal 253 252 170 0 0.00 0.33 0.01 59.28 0.95 0.83
Hex FD FC AA 0 0 21 1 3B 5F 53
Octal 375 374 252 0 0 41 1 73 137 123
Binary 11111101 11111100 10101010 0 0 100001 1 111011 1011111 1010011

Color Harmonies of #FDFCAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDFCAA

Black with #FDFCAA

Text Example


Text Example

White with #FDFCAA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDFCAA; }

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

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

background-color css

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

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

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

border-color css

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

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

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