Html Css Color HEX #FCFDA6 Shalimar

📋 copy color: '#FCFDA6'

red 252 ◦ green 253 ◦ blue 166

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

Shades of Shalimar #FCFDA6

Tints of Shalimar #FCFDA6

RGB

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

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

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

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

CMYK

 C value IS 0.00

 M value IS 0

 Y value IS 0.34

 K value IS 0.01

RGB Variations

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

Color information

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

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

Color convert

RGB 252 253 166 -
CMYK 0.00 0 0.34 0.01
HSL 60.69º 0.96% 0.82% -
HSV(B) 60.69º 0.34% 0.99% -
XYZ 82.15 93.7 49.83 -
YUV 242.78 84.67 134.57 -
System Red Green Blue C M Y K H S L
Decimal 252 253 166 0.00 0 0.34 0.01 60.69 0.96 0.82
Hex FC FD A6 0 0 22 1 3D 60 52
Octal 374 375 246 0 0 42 1 75 140 122
Binary 11111100 11111101 10100110 0 0 100010 1 111101 1100000 1010010

Color Harmonies of #FCFDA6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCFDA6

Black with #FCFDA6

Text Example


Text Example

White with #FCFDA6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCFDA6; }

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

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

background-color css

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

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

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

border-color css

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

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

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