#FCF9B5

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

Shades of Shalimar #FCF9B5

Tints of Shalimar #FCF9B5

Color information

#FCF9B5 (or 0xFCF9B5) is unknown color: approx Shalimar. HEX triplet: FC, F9 and B5. RGB value is (252,249,181). Sum of RGB (Red+Green+Blue) = 252+249+181=682 (90% of max value = 765). Red value is 252 (98.83% from 255 or 36.95% from 682); Green value is 249 (97.66% from 255 or 36.51% from 682); Blue value is 181 (71.09% from 255 or 26.54% from 682); Max value from RGB is 252 - color contains mainly: red. Hex color #FCF9B5 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FCF9B5 is #03064A. Grayscale: #F2F2F2. Windows color (decimal): -198219 or 11926012. OLE color: 11926012.

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

Color convert

RGB252249181-
CMYK00.010.280.01
HSL57.46º92.21%84.9%-
HSV(B)57.46º28.17%98.82%-
XYZ82.3691.7857.09-
YUV242.1493.49135.03-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 36.95%
GREEN value IS 249 (97.66% from 255) = 36.51%
BLUE value IS 181 (71.09% from 255) = 26.54%
R=36.95%
G=36.51%
B=26.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.28
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25224918100.010.280.0157.4692.2184.9
HexFCF9B5011C1395c55
Octal3743712650134171134125
Binary1111110011111001101101010111100111100110111001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCF9B5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCF9B5; }

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

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

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

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

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

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

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

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