#FCFAAC

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

Shades of Shalimar #FCFAAC

Tints of Shalimar #FCFAAC

Color information

#FCFAAC (or 0xFCFAAC) is unknown color: approx Shalimar. HEX triplet: FC, FA and AC. RGB value is (252,250,172). Sum of RGB (Red+Green+Blue) = 252+250+172=674 (89% of max value = 765). Red value is 252 (98.83% from 255 or 37.39% from 674); Green value is 250 (98.05% from 255 or 37.09% from 674); Blue value is 172 (67.58% from 255 or 25.52% from 674); Max value from RGB is 252 - color contains mainly: red. Hex color #FCFAAC is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FCFAAC is #030553. Grayscale: #F2F2F2. Windows color (decimal): -197972 or 11336444. OLE color: 11336444.

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

Color convert

RGB252250172-
CMYK00.010.320.01
HSL58.5º93.02%83.14%-
HSV(B)58.5º31.75%98.82%-
XYZ81.7892.0552.49-
YUV241.7188.66135.34-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 37.39%
GREEN value IS 250 (98.05% from 255) = 37.09%
BLUE value IS 172 (67.58% from 255) = 25.52%
R=37.39%
G=37.09%
B=25.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.32
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25225017200.010.320.0158.593.0283.14
HexFCFAAC012013a5d53
Octal3743722540140172135123
Binary11111100111110101010110001100000111101010111011010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCFAAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCFAAC; }

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

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

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

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

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

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

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

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