Html Css Color HEX #FDFCA6 Shalimar

📋 copy color: '#FDFCA6'

red 253 ◦ green 252 ◦ blue 166

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

Shades of Shalimar #FDFCA6

Tints of Shalimar #FDFCA6

RGB

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

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

 BLUE value IS 166 (65.23% from 255) = 24.74%

R = 37.7%
G = 37.56%
B = 24.74%

CMYK

 C value IS 0

 M value IS 0.00

 Y value IS 0.34

 K value IS 0.01

RGB Variations

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

Color information

#FDFCA6 (or 0xFDFCA6) is known color: Shalimar. HEX triplet: FD, FC and A6. RGB value is (253,252,166). Sum of RGB (Red+Green+Blue) = 253+252+166=671 (88% of max value = 765). Red value is 253 (99.22% from 255 or 37.70% from 671); Green value is 252 (98.83% from 255 or 37.56% from 671); Blue value is 166 (65.23% from 255 or 24.74% from 671); Max value from RGB is 253 - color contains mainly: red. Hex color #FDFCA6 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FDFCA6 is #020359. Grayscale: #F2F2F2. Windows color (decimal): -131930 or 10943741. OLE color: 10943741.

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

Color convert

RGB 253 252 166 -
CMYK 0 0.00 0.34 0.01
HSL 59.31º 0.96% 0.82% -
HSV(B) 59.31º 0.34% 0.99% -
XYZ 82.2 93.26 49.74 -
YUV 242.5 84.83 135.49 -
System Red Green Blue C M Y K H S L
Decimal 253 252 166 0 0.00 0.34 0.01 59.31 0.96 0.82
Hex FD FC A6 0 0 22 1 3B 60 52
Octal 375 374 246 0 0 42 1 73 140 122
Binary 11111101 11111100 10100110 0 0 100010 1 111011 1100000 1010010

Color Harmonies of #FDFCA6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDFCA6

Black with #FDFCA6

Text Example


Text Example

White with #FDFCA6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDFCA6; }

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

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

background-color css

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

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

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

border-color css

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

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

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