#FCF9B0

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

Shades of Shalimar #FCF9B0

Tints of Shalimar #FCF9B0

Color information

#FCF9B0 (or 0xFCF9B0) is unknown color: approx Shalimar. HEX triplet: FC, F9 and B0. RGB value is (252,249,176). Sum of RGB (Red+Green+Blue) = 252+249+176=677 (89% of max value = 765). Red value is 252 (98.83% from 255 or 37.22% from 677); Green value is 249 (97.66% from 255 or 36.78% from 677); Blue value is 176 (69.14% from 255 or 26.00% from 677); Max value from RGB is 252 - color contains mainly: red. Hex color #FCF9B0 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FCF9B0 is #03064F. Grayscale: #F1F1F1. Windows color (decimal): -198224 or 11598332. OLE color: 11598332.

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

Color convert

RGB252249176-
CMYK00.010.300.01
HSL57.63º92.68%83.92%-
HSV(B)57.63º30.16%98.82%-
XYZ81.8691.5854.44-
YUV241.5790.99135.44-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 37.22%
GREEN value IS 249 (97.66% from 255) = 36.78%
BLUE value IS 176 (69.14% from 255) = 26.00%
R=37.22%
G=36.78%
B=26.00%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.30
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25224917600.010.300.0157.6392.6883.92
HexFCF9B0011E13a5d54
Octal3743712600136172135124
Binary1111110011111001101100000111110111101010111011010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCF9B0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCF9B0; }

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

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

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

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

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

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

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

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