Html Css Color HEX #FCFCA3 Shalimar

📋 copy color: '#FCFCA3'

red 252 ◦ green 252 ◦ blue 163

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

Shades of Shalimar #FCFCA3

Tints of Shalimar #FCFCA3

RGB

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

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

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

R = 37.78%
G = 37.78%
B = 24.44%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.35

 K value IS 0.01

RGB Variations

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

Color information

#FCFCA3 (or 0xFCFCA3) is known color: Shalimar. HEX triplet: FC, FC and A3. RGB value is (252,252,163). Sum of RGB (Red+Green+Blue) = 252+252+163=667 (88% of max value = 765). Red value is 252 (98.83% from 255 or 37.78% from 667); Green value is 252 (98.83% from 255 or 37.78% from 667); Blue value is 163 (64.06% from 255 or 24.44% from 667); Max value from RGB is 252 - color contains mainly: red, green. Hex color #FCFCA3 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FCFCA3 is #03035C. Grayscale: #F2F2F2. Windows color (decimal): -197469 or 10747132. OLE color: 10747132.

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

Color convert

RGB 252 252 163 -
CMYK 0 0 0.35 0.01
HSL 60º 0.94% 0.81% -
HSV(B) 60º 0.35% 0.99% -
XYZ 81.57 92.96 48.29 -
YUV 241.85 83.5 135.24 -
System Red Green Blue C M Y K H S L
Decimal 252 252 163 0 0 0.35 0.01 60 0.94 0.81
Hex FC FC A3 0 0 23 1 3C 5E 51
Octal 374 374 243 0 0 43 1 74 136 121
Binary 11111100 11111100 10100011 0 0 100011 1 111100 1011110 1010001

Color Harmonies of #FCFCA3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCFCA3

Black with #FCFCA3

Text Example


Text Example

White with #FCFCA3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCFCA3; }

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

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

background-color css

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

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

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

border-color css

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

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

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