#FCFCAC

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

Shades of Shalimar #FCFCAC

Tints of Shalimar #FCFCAC

Color information

#FCFCAC (or 0xFCFCAC) is unknown color: approx Shalimar. HEX triplet: FC, FC and AC. RGB value is (252,252,172). Sum of RGB (Red+Green+Blue) = 252+252+172=676 (89% of max value = 765). Red value is 252 (98.83% from 255 or 37.28% from 676); Green value is 252 (98.83% from 255 or 37.28% from 676); Blue value is 172 (67.58% from 255 or 25.44% from 676); Max value from RGB is 252 - color contains mainly: red, green. Hex color #FCFCAC is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FCFCAC is #030353. Grayscale: #F3F3F3. Windows color (decimal): -197460 or 11336956. OLE color: 11336956.

HSL color Cylindrical-coordinate representation of color #FCFCAC: hue angle of 60º 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 #FCFCAC is Cyan = 0, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.01.

Color convert

RGB252252172-
CMYK000.320.01
HSL60º93.02%83.14%-
HSV(B)60º31.75%98.82%-
XYZ82.493.2952.69-
YUV242.8888134.5-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 37.28%
GREEN value IS 252 (98.83% from 255) = 37.28%
BLUE value IS 172 (67.58% from 255) = 25.44%
R=37.28%
G=37.28%
B=25.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal252252172000.320.016093.0283.14
HexFCFCAC002013c5d53
Octal3743742540040174135123
Binary11111100111111001010110000100000111110010111011010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCFCAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCFCAC; }

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

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

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

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

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

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

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

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