#FCF9B4

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

Shades of Shalimar #FCF9B4

Tints of Shalimar #FCF9B4

Color information

#FCF9B4 (or 0xFCF9B4) is unknown color: approx Shalimar. HEX triplet: FC, F9 and B4. RGB value is (252,249,180). Sum of RGB (Red+Green+Blue) = 252+249+180=681 (90% of max value = 765). Red value is 252 (98.83% from 255 or 37.00% from 681); Green value is 249 (97.66% from 255 or 36.56% from 681); Blue value is 180 (70.70% from 255 or 26.43% from 681); Max value from RGB is 252 - color contains mainly: red. Hex color #FCF9B4 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FCF9B4 is #03064B. Grayscale: #F2F2F2. Windows color (decimal): -198220 or 11860476. OLE color: 11860476.

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

Color convert

RGB252249180-
CMYK00.010.290.01
HSL57.5º92.31%84.71%-
HSV(B)57.5º28.57%98.82%-
XYZ82.2691.7456.55-
YUV242.0392.99135.11-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 37.00%
GREEN value IS 249 (97.66% from 255) = 36.56%
BLUE value IS 180 (70.70% from 255) = 26.43%
R=37.00%
G=36.56%
B=26.43%

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
Decimal25224918000.010.290.0157.592.3184.71
HexFCF9B4011D13a5c55
Octal3743712640135172134125
Binary1111110011111001101101000111101111101010111001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCF9B4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCF9B4; }

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

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

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

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

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

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

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

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