#FCF3B4

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

Shades of Shalimar #FCF3B4

Tints of Shalimar #FCF3B4

Color information

#FCF3B4 (or 0xFCF3B4) is unknown color: approx Shalimar. HEX triplet: FC, F3 and B4. RGB value is (252,243,180). Sum of RGB (Red+Green+Blue) = 252+243+180=675 (89% of max value = 765). Red value is 252 (98.83% from 255 or 37.33% from 675); Green value is 243 (95.31% from 255 or 36% from 675); Blue value is 180 (70.70% from 255 or 26.67% from 675); Max value from RGB is 252 - color contains mainly: red. Hex color #FCF3B4 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FCF3B4 is #030C4B. Grayscale: #EEEEEE. Windows color (decimal): -199756 or 11858940. OLE color: 11858940.

HSL color Cylindrical-coordinate representation of color #FCF3B4: hue angle of 52.5º degrees, saturation: 0.92, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #FCF3B4 is Cyan = 0, Magento = 0.04, Yellow = 0.29 and Black (K on CMYK) = 0.01.

Color convert

RGB252243180-
CMYK00.040.290.01
HSL52.5º92.31%84.71%-
HSV(B)52.5º28.57%98.82%-
XYZ80.4388.0955.94-
YUV238.5194.98137.62-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 37.33%
GREEN value IS 243 (95.31% from 255) = 36%
BLUE value IS 180 (70.70% from 255) = 26.67%
R=37.33%
G=36%
B=26.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.29
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25224318000.040.290.0152.592.3184.71
HexFCF3B4041D1345c55
Octal3743632640435164134125
Binary111111001111001110110100010011101111010010111001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCF3B4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCF3B4; }

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

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

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

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

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

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

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

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