Html Css Color HEX #FDFCA3 Shalimar

📋 copy color: '#FDFCA3'

red 253 ◦ green 252 ◦ blue 163

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

Shades of Shalimar #FDFCA3

Tints of Shalimar #FDFCA3

RGB

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

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

 BLUE value IS 163 (64.06% from 255) = 24.4%

R = 37.87%
G = 37.72%
B = 24.4%

CMYK

 C value IS 0

 M value IS 0.00

 Y value IS 0.36

 K value IS 0.01

RGB Variations

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

Color information

#FDFCA3 (or 0xFDFCA3) is known color: Shalimar. HEX triplet: FD, FC and A3. RGB value is (253,252,163). Sum of RGB (Red+Green+Blue) = 253+252+163=668 (88% of max value = 765). Red value is 253 (99.22% from 255 or 37.87% from 668); Green value is 252 (98.83% from 255 or 37.72% from 668); Blue value is 163 (64.06% from 255 or 24.40% from 668); Max value from RGB is 253 - color contains mainly: red. Hex color #FDFCA3 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FDFCA3 is #02035C. Grayscale: #F2F2F2. Windows color (decimal): -131933 or 10747133. OLE color: 10747133.

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

Color convert

RGB 253 252 163 -
CMYK 0 0.00 0.36 0.01
HSL 59.33º 0.96% 0.82% -
HSV(B) 59.33º 0.36% 0.99% -
XYZ 81.93 93.15 48.31 -
YUV 242.15 83.33 135.74 -
System Red Green Blue C M Y K H S L
Decimal 253 252 163 0 0.00 0.36 0.01 59.33 0.96 0.82
Hex FD FC A3 0 0 24 1 3B 60 52
Octal 375 374 243 0 0 44 1 73 140 122
Binary 11111101 11111100 10100011 0 0 100100 1 111011 1100000 1010010

Color Harmonies of #FDFCA3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDFCA3

Black with #FDFCA3

Text Example


Text Example

White with #FDFCA3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDFCA3; }

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

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

background-color css

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

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

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

border-color css

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

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

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