#FDFCB0

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

Shades of Shalimar #FDFCB0

Tints of Shalimar #FDFCB0

Color information

#FDFCB0 (or 0xFDFCB0) is unknown color: approx Shalimar. HEX triplet: FD, FC and B0. RGB value is (253,252,176). Sum of RGB (Red+Green+Blue) = 253+252+176=681 (90% of max value = 765). Red value is 253 (99.22% from 255 or 37.15% from 681); Green value is 252 (98.83% from 255 or 37.00% from 681); Blue value is 176 (69.14% from 255 or 25.84% from 681); Max value from RGB is 253 - color contains mainly: red. Hex color #FDFCB0 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FDFCB0 is #02034F. Grayscale: #F3F3F3. Windows color (decimal): -131920 or 11599101. OLE color: 11599101.

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

Color convert

RGB253252176-
CMYK00.000.300.01
HSL59.22º95.06%84.12%-
HSV(B)59.22º30.43%99.22%-
XYZ83.1593.6454.77-
YUV243.6389.83134.68-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 37.15%
GREEN value IS 252 (98.83% from 255) = 37.00%
BLUE value IS 176 (69.14% from 255) = 25.84%
R=37.15%
G=37.00%
B=25.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.00
Y (Yellow) values IS 0.30
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25325217600.000.300.0159.2295.0684.12
HexFDFCB0001E13b5f54
Octal3753742600036173137124
Binary1111110111111100101100000011110111101110111111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDFCB0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FDFCB0; }

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

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

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

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

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

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

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

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