#FCF4B0

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

Shades of Shalimar #FCF4B0

Tints of Shalimar #FCF4B0

Color information

#FCF4B0 (or 0xFCF4B0) is unknown color: approx Shalimar. HEX triplet: FC, F4 and B0. RGB value is (252,244,176). Sum of RGB (Red+Green+Blue) = 252+244+176=672 (89% of max value = 765). Red value is 252 (98.83% from 255 or 37.5% from 672); Green value is 244 (95.70% from 255 or 36.31% from 672); Blue value is 176 (69.14% from 255 or 26.19% from 672); Max value from RGB is 252 - color contains mainly: red. Hex color #FCF4B0 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FCF4B0 is #030B4F. Grayscale: #EEEEEE. Windows color (decimal): -199504 or 11597052. OLE color: 11597052.

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

Color convert

RGB252244176-
CMYK00.030.300.01
HSL53.68º92.68%83.92%-
HSV(B)53.68º30.16%98.82%-
XYZ80.3388.5353.93-
YUV238.6492.65137.53-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 37.5%
GREEN value IS 244 (95.70% from 255) = 36.31%
BLUE value IS 176 (69.14% from 255) = 26.19%
R=37.5%
G=36.31%
B=26.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.30
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25224417600.030.300.0153.6892.6883.92
HexFCF4B0031E1365d54
Octal3743642600336166135124
Binary11111100111101001011000001111110111011010111011010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCF4B0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCF4B0; }

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

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

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

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

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

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

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

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