#FDFCB4

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

Shades of Shalimar #FDFCB4

Tints of Shalimar #FDFCB4

Color information

#FDFCB4 (or 0xFDFCB4) is unknown color: approx Shalimar. HEX triplet: FD, FC and B4. RGB value is (253,252,180). Sum of RGB (Red+Green+Blue) = 253+252+180=685 (90% of max value = 765). Red value is 253 (99.22% from 255 or 36.93% from 685); Green value is 252 (98.83% from 255 or 36.79% from 685); Blue value is 180 (70.70% from 255 or 26.28% from 685); Max value from RGB is 253 - color contains mainly: red. Hex color #FDFCB4 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FDFCB4 is #02034B. Grayscale: #F4F4F4. Windows color (decimal): -131916 or 11861245. OLE color: 11861245.

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

Color convert

RGB253252180-
CMYK00.000.290.01
HSL59.18º94.81%84.9%-
HSV(B)59.18º28.85%99.22%-
XYZ83.5693.856.88-
YUV244.0991.83134.35-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 36.93%
GREEN value IS 252 (98.83% from 255) = 36.79%
BLUE value IS 180 (70.70% from 255) = 26.28%
R=36.93%
G=36.79%
B=26.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.00
Y (Yellow) values IS 0.29
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25325218000.000.290.0159.1894.8184.9
HexFDFCB4001D13b5f55
Octal3753742640035173137125
Binary1111110111111100101101000011101111101110111111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDFCB4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FDFCB4; }

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

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

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

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

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

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

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

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