#FCF2B1

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

Shades of Shalimar #FCF2B1

Tints of Shalimar #FCF2B1

Color information

#FCF2B1 (or 0xFCF2B1) is unknown color: approx Shalimar. HEX triplet: FC, F2 and B1. RGB value is (252,242,177). Sum of RGB (Red+Green+Blue) = 252+242+177=671 (88% of max value = 765). Red value is 252 (98.83% from 255 or 37.56% from 671); Green value is 242 (94.92% from 255 or 36.07% from 671); Blue value is 177 (69.53% from 255 or 26.38% from 671); Max value from RGB is 252 - color contains mainly: red. Hex color #FCF2B1 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FCF2B1 is #030D4E. Grayscale: #EDEDED. Windows color (decimal): -200015 or 11662076. OLE color: 11662076.

HSL color Cylindrical-coordinate representation of color #FCF2B1: hue angle of 52º degrees, saturation: 0.93, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #FCF2B1 is Cyan = 0, Magento = 0.04, Yellow = 0.30 and Black (K on CMYK) = 0.01.

Color convert

RGB252242177-
CMYK00.040.300.01
HSL52º92.59%84.12%-
HSV(B)52º29.76%98.82%-
XYZ79.8387.3754.25-
YUV237.5893.81138.29-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 37.56%
GREEN value IS 242 (94.92% from 255) = 36.07%
BLUE value IS 177 (69.53% from 255) = 26.38%
R=37.56%
G=36.07%
B=26.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.30
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25224217700.040.300.015292.5984.12
HexFCF2B1041E1345d54
Octal3743622610436164135124
Binary111111001111001010110001010011110111010010111011010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCF2B1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCF2B1; }

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

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

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

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

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

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

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

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