#FCFBAC

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

Shades of Shalimar #FCFBAC

Tints of Shalimar #FCFBAC

Color information

#FCFBAC (or 0xFCFBAC) is unknown color: approx Shalimar. HEX triplet: FC, FB and AC. RGB value is (252,251,172). Sum of RGB (Red+Green+Blue) = 252+251+172=675 (89% of max value = 765). Red value is 252 (98.83% from 255 or 37.33% from 675); Green value is 251 (98.44% from 255 or 37.19% from 675); Blue value is 172 (67.58% from 255 or 25.48% from 675); Max value from RGB is 252 - color contains mainly: red. Hex color #FCFBAC is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FCFBAC is #030453. Grayscale: #F2F2F2. Windows color (decimal): -197716 or 11336700. OLE color: 11336700.

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

Color convert

RGB252251172-
CMYK00.000.320.01
HSL59.25º93.02%83.14%-
HSV(B)59.25º31.75%98.82%-
XYZ82.0992.6752.59-
YUV242.2988.33134.92-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 37.33%
GREEN value IS 251 (98.44% from 255) = 37.19%
BLUE value IS 172 (67.58% from 255) = 25.48%
R=37.33%
G=37.19%
B=25.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.00
Y (Yellow) values IS 0.32
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25225117200.000.320.0159.2593.0283.14
HexFCFBAC002013b5d53
Octal3743732540040173135123
Binary11111100111110111010110000100000111101110111011010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCFBAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCFBAC; }

 p { color: rgb(252,251,172); }

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

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

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

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

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

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

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