#FCF2AB

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

Shades of Shalimar #FCF2AB

Tints of Shalimar #FCF2AB

Color information

#FCF2AB (or 0xFCF2AB) is unknown color: approx Shalimar. HEX triplet: FC, F2 and AB. RGB value is (252,242,171). Sum of RGB (Red+Green+Blue) = 252+242+171=665 (88% of max value = 765). Red value is 252 (98.83% from 255 or 37.89% from 665); Green value is 242 (94.92% from 255 or 36.39% from 665); Blue value is 171 (67.19% from 255 or 25.71% from 665); Max value from RGB is 252 - color contains mainly: red. Hex color #FCF2AB is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FCF2AB is #030D54. Grayscale: #EDEDED. Windows color (decimal): -200021 or 11268860. OLE color: 11268860.

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

Color convert

RGB252242171-
CMYK00.040.320.01
HSL52.59º93.1%82.94%-
HSV(B)52.59º32.14%98.82%-
XYZ79.2587.1451.17-
YUV236.990.81138.77-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 37.89%
GREEN value IS 242 (94.92% from 255) = 36.39%
BLUE value IS 171 (67.19% from 255) = 25.71%
R=37.89%
G=36.39%
B=25.71%

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
Decimal25224217100.040.320.0152.5993.182.94
HexFCF2AB04201355d53
Octal3743622530440165135123
Binary1111110011110010101010110100100000111010110111011010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCF2AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCF2AB; }

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

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

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

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

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

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

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

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