#FCF3AB

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

Shades of Shalimar #FCF3AB

Tints of Shalimar #FCF3AB

Color information

#FCF3AB (or 0xFCF3AB) is unknown color: approx Shalimar. HEX triplet: FC, F3 and AB. RGB value is (252,243,171). Sum of RGB (Red+Green+Blue) = 252+243+171=666 (88% of max value = 765). Red value is 252 (98.83% from 255 or 37.84% from 666); Green value is 243 (95.31% from 255 or 36.49% from 666); Blue value is 171 (67.19% from 255 or 25.68% from 666); Max value from RGB is 252 - color contains mainly: red. Hex color #FCF3AB is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FCF3AB is #030C54. Grayscale: #EDEDED. Windows color (decimal): -199765 or 11269116. OLE color: 11269116.

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

Color convert

RGB252243171-
CMYK00.040.320.01
HSL53.33º93.1%82.94%-
HSV(B)53.33º32.14%98.82%-
XYZ79.5587.7451.27-
YUV237.4890.48138.35-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 37.84%
GREEN value IS 243 (95.31% from 255) = 36.49%
BLUE value IS 171 (67.19% from 255) = 25.68%
R=37.84%
G=36.49%
B=25.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.32
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25224317100.040.320.0153.3393.182.94
HexFCF3AB04201355d53
Octal3743632530440165135123
Binary1111110011110011101010110100100000111010110111011010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCF3AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCF3AB; }

 p { color: rgb(252,243,171); }

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

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

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

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

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

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

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