#FCF1B0

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

Shades of Shalimar #FCF1B0

Tints of Shalimar #FCF1B0

Color information

#FCF1B0 (or 0xFCF1B0) is unknown color: approx Shalimar. HEX triplet: FC, F1 and B0. RGB value is (252,241,176). Sum of RGB (Red+Green+Blue) = 252+241+176=669 (88% of max value = 765). Red value is 252 (98.83% from 255 or 37.67% from 669); Green value is 241 (94.53% from 255 or 36.02% from 669); Blue value is 176 (69.14% from 255 or 26.31% from 669); Max value from RGB is 252 - color contains mainly: red. Hex color #FCF1B0 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FCF1B0 is #030E4F. Grayscale: #EDEDED. Windows color (decimal): -200272 or 11596284. OLE color: 11596284.

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

Color convert

RGB252241176-
CMYK00.040.300.01
HSL51.32º92.68%83.92%-
HSV(B)51.32º30.16%98.82%-
XYZ79.4486.7453.63-
YUV236.8893.64138.79-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 37.67%
GREEN value IS 241 (94.53% from 255) = 36.02%
BLUE value IS 176 (69.14% from 255) = 26.31%
R=37.67%
G=36.02%
B=26.31%

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
Decimal25224117600.040.300.0151.3292.6883.92
HexFCF1B0041E1335d54
Octal3743612600436163135124
Binary111111001111000110110000010011110111001110111011010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCF1B0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCF1B0; }

 p { color: rgb(252,241,176); }

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

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

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

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

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

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

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