#FCFCB2

Color #FCFCB2 Shalimar (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Shalimar #FCFCB2

Tints of Shalimar #FCFCB2

Color information

#FCFCB2 (or 0xFCFCB2) is unknown color: approx Shalimar. HEX triplet: FC, FC and B2. RGB value is (252,252,178). Sum of RGB (Red+Green+Blue) = 252+252+178=682 (90% of max value = 765). Red value is 252 (98.83% from 255 or 36.95% from 682); Green value is 252 (98.83% from 255 or 36.95% from 682); Blue value is 178 (69.92% from 255 or 26.10% from 682); Max value from RGB is 252 - color contains mainly: red, green. Hex color #FCFCB2 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FCFCB2 is #03034D. Grayscale: #F3F3F3. Windows color (decimal): -197454 or 11730172. OLE color: 11730172.

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

Color convert

RGB252252178-
CMYK000.290.01
HSL60º92.5%84.31%-
HSV(B)60º29.37%98.82%-
XYZ82.9993.5355.8-
YUV243.5691134.02-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 36.95%
GREEN value IS 252 (98.83% from 255) = 36.95%
BLUE value IS 178 (69.92% from 255) = 26.10%
R=36.95%
G=36.95%
B=26.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal252252178000.290.016092.584.31
HexFCFCB2001D13c5c54
Octal3743742620035174134124
Binary1111110011111100101100100011101111110010111001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCFCB2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCFCB2; }

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

 H1.HeaderClassName
 {
   color: #FCFCB2;
 }
 .AnyTagClassName
 {
   color: #FCFCB2;
 }
</style>
background-color css

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

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

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

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

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

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