#FCFCB0

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

Shades of Shalimar #FCFCB0

Tints of Shalimar #FCFCB0

Color information

#FCFCB0 (or 0xFCFCB0) is unknown color: approx Shalimar. HEX triplet: FC, FC and B0. RGB value is (252,252,176). Sum of RGB (Red+Green+Blue) = 252+252+176=680 (90% of max value = 765). Red value is 252 (98.83% from 255 or 37.06% from 680); Green value is 252 (98.83% from 255 or 37.06% from 680); Blue value is 176 (69.14% from 255 or 25.88% from 680); Max value from RGB is 252 - color contains mainly: red, green. Hex color #FCFCB0 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FCFCB0 is #03034F. Grayscale: #F3F3F3. Windows color (decimal): -197456 or 11599100. OLE color: 11599100.

HSL color Cylindrical-coordinate representation of color #FCFCB0: 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.3%. Process color model (Four color, CMYK) of #FCFCB0 is Cyan = 0, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.01.

Color convert

RGB252252176-
CMYK000.300.01
HSL60º92.68%83.92%-
HSV(B)60º30.16%98.82%-
XYZ82.7993.4554.75-
YUV243.3490134.18-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 37.06%
GREEN value IS 252 (98.83% from 255) = 37.06%
BLUE value IS 176 (69.14% from 255) = 25.88%
R=37.06%
G=37.06%
B=25.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal252252176000.300.016092.6883.92
HexFCFCB0001E13c5d54
Octal3743742600036174135124
Binary1111110011111100101100000011110111110010111011010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCFCB0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCFCB0; }

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

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

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

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

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

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

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

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