#FCF9AB

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

Shades of Shalimar #FCF9AB

Tints of Shalimar #FCF9AB

Color information

#FCF9AB (or 0xFCF9AB) is unknown color: approx Shalimar. HEX triplet: FC, F9 and AB. RGB value is (252,249,171). Sum of RGB (Red+Green+Blue) = 252+249+171=672 (89% of max value = 765). Red value is 252 (98.83% from 255 or 37.5% from 672); Green value is 249 (97.66% from 255 or 37.05% from 672); Blue value is 171 (67.19% from 255 or 25.45% from 672); Max value from RGB is 252 - color contains mainly: red. Hex color #FCF9AB is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FCF9AB is #030654. Grayscale: #F1F1F1. Windows color (decimal): -198229 or 11270652. OLE color: 11270652.

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

Color convert

RGB252249171-
CMYK00.010.320.01
HSL57.78º93.1%82.94%-
HSV(B)57.78º32.14%98.82%-
XYZ81.3791.3951.88-
YUV24188.49135.84-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 37.5%
GREEN value IS 249 (97.66% from 255) = 37.05%
BLUE value IS 171 (67.19% from 255) = 25.45%
R=37.5%
G=37.05%
B=25.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.32
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25224917100.010.320.0157.7893.182.94
HexFCF9AB012013a5d53
Octal3743712530140172135123
Binary11111100111110011010101101100000111101010111011010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCF9AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCF9AB; }

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

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

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

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

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

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

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

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