Html Css Color HEX #FDFAA8 Shalimar

📋 copy color: '#FDFAA8'

red 253 ◦ green 250 ◦ blue 168

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

Shades of Shalimar #FDFAA8

Tints of Shalimar #FDFAA8

RGB

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

 GREEN value IS 250 (98.05% from 255) = 37.26%

 BLUE value IS 168 (66.02% from 255) = 25.04%

R = 37.7%
G = 37.26%
B = 25.04%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.34

 K value IS 0.01

RGB Variations

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

Color information

#FDFAA8 (or 0xFDFAA8) is known color: Shalimar. HEX triplet: FD, FA and A8. RGB value is (253,250,168). Sum of RGB (Red+Green+Blue) = 253+250+168=671 (88% of max value = 765). Red value is 253 (99.22% from 255 or 37.70% from 671); Green value is 250 (98.05% from 255 or 37.26% from 671); Blue value is 168 (66.02% from 255 or 25.04% from 671); Max value from RGB is 253 - color contains mainly: red. Hex color #FDFAA8 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FDFAA8 is #020557. Grayscale: #F1F1F1. Windows color (decimal): -132440 or 11074301. OLE color: 11074301.

HSL color Cylindrical-coordinate representation of color #FDFAA8: hue angle of 57.88º degrees, saturation: 0.96, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #FDFAA8 is Cyan = 0, Magento = 0.01, Yellow = 0.34 and Black (K on CMYK) = 0.01.

Color convert

RGB 253 250 168 -
CMYK 0 0.01 0.34 0.01
HSL 57.88º 0.96% 0.83% -
HSV(B) 57.88º 0.34% 0.99% -
XYZ 81.76 92.08 50.51 -
YUV 241.55 86.49 136.17 -
System Red Green Blue C M Y K H S L
Decimal 253 250 168 0 0.01 0.34 0.01 57.88 0.96 0.83
Hex FD FA A8 0 1 22 1 3A 60 53
Octal 375 372 250 0 1 42 1 72 140 123
Binary 11111101 11111010 10101000 0 1 100010 1 111010 1100000 1010011

Color Harmonies of #FDFAA8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDFAA8

Black with #FDFAA8

Text Example


Text Example

White with #FDFAA8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDFAA8; }

 p { color: rgb(253,250,168); }

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

background-color css

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

 a { background-color: rgb(253,250,168); }

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

border-color css

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

 span { border-color: rgb(253,250,168); }

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