#FCF9B3

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

Shades of Shalimar #FCF9B3

Tints of Shalimar #FCF9B3

Color information

#FCF9B3 (or 0xFCF9B3) is unknown color: approx Shalimar. HEX triplet: FC, F9 and B3. RGB value is (252,249,179). Sum of RGB (Red+Green+Blue) = 252+249+179=680 (90% of max value = 765). Red value is 252 (98.83% from 255 or 37.06% from 680); Green value is 249 (97.66% from 255 or 36.62% from 680); Blue value is 179 (70.31% from 255 or 26.32% from 680); Max value from RGB is 252 - color contains mainly: red. Hex color #FCF9B3 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FCF9B3 is #03064C. Grayscale: #F2F2F2. Windows color (decimal): -198221 or 11794940. OLE color: 11794940.

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

Color convert

RGB252249179-
CMYK00.010.290.01
HSL57.53º92.41%84.51%-
HSV(B)57.53º28.97%98.82%-
XYZ82.1691.756.02-
YUV241.9292.49135.19-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 37.06%
GREEN value IS 249 (97.66% from 255) = 36.62%
BLUE value IS 179 (70.31% from 255) = 26.32%
R=37.06%
G=36.62%
B=26.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.29
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25224917900.010.290.0157.5392.4184.51
HexFCF9B3011D13a5c55
Octal3743712630135172134125
Binary1111110011111001101100110111101111101010111001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCF9B3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCF9B3; }

 p { color: rgb(252,249,179); }

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

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

 a { background-color: rgb(252,249,179); }

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

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

 span { border-color: rgb(252,249,179); }

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