Html Css Color HEX #FCFFA6 Shalimar

📋 copy color: '#FCFFA6'

red 252 ◦ green 255 ◦ blue 166

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

Shades of Shalimar #FCFFA6

Tints of Shalimar #FCFFA6

RGB

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

 GREEN value IS 255 (100% from 255) = 37.89%

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

R = 37.44%
G = 37.89%
B = 24.67%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.35

 K value IS 0

RGB Variations

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

Color information

#FCFFA6 (or 0xFCFFA6) is known color: Shalimar. HEX triplet: FC, FF and A6. RGB value is (252,255,166). Sum of RGB (Red+Green+Blue) = 252+255+166=673 (89% of max value = 765). Red value is 252 (98.83% from 255 or 37.44% from 673); Green value is 255 (100% from 255 or 37.89% from 673); Blue value is 166 (65.23% from 255 or 24.67% from 673); Max value from RGB is 255 - color contains mainly: green. Hex color #FCFFA6 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FCFFA6 is #030059. Grayscale: #F4F4F4. Windows color (decimal): -196698 or 10944508. OLE color: 10944508.

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

Color convert

RGB 252 255 166 -
CMYK 0.01 0 0.35 0
HSL 62.02º 1% 0.83% -
HSV(B) 62.02º 0.35% 1% -
XYZ 82.79 94.97 50.04 -
YUV 243.96 84.01 133.74 -
System Red Green Blue C M Y K H S L
Decimal 252 255 166 0.01 0 0.35 0 62.02 1 0.83
Hex FC FF A6 1 0 23 0 3E 64 53
Octal 374 377 246 1 0 43 0 76 144 123
Binary 11111100 11111111 10100110 1 0 100011 0 111110 1100100 1010011

Color Harmonies of #FCFFA6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCFFA6

Black with #FCFFA6

Text Example


Text Example

White with #FCFFA6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCFFA6; }

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

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

background-color css

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

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

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

border-color css

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

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

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