#FFFCB5

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

Shades of Shalimar #FFFCB5

Tints of Shalimar #FFFCB5

Color information

#FFFCB5 (or 0xFFFCB5) is unknown color: approx Shalimar. HEX triplet: FF, FC and B5. RGB value is (255,252,181). Sum of RGB (Red+Green+Blue) = 255+252+181=688 (91% of max value = 765). Red value is 255 (100% from 255 or 37.06% from 688); Green value is 252 (98.83% from 255 or 36.63% from 688); Blue value is 181 (71.09% from 255 or 26.31% from 688); Max value from RGB is 255 - color contains mainly: red. Hex color #FFFCB5 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FFFCB5 is #00034A. Grayscale: #F5F5F5. Windows color (decimal): -843 or 11926783. OLE color: 11926783.

HSL color Cylindrical-coordinate representation of color #FFFCB5: hue angle of 57.57º degrees, saturation: 1, lightness: 0.85%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #FFFCB5 is Cyan = 0, Magento = 0.01, Yellow = 0.29 and Black (K on CMYK) = 0.

Color convert

RGB255252181-
CMYK00.010.290
HSL57.57º100%85.49%-
HSV(B)57.57º29.02%100%-
XYZ84.3994.2257.45-
YUV244.891.99135.27-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 37.06%
GREEN value IS 252 (98.83% from 255) = 36.63%
BLUE value IS 181 (71.09% from 255) = 26.31%
R=37.06%
G=36.63%
B=26.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.29
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25525218100.010.29057.5710085.49
HexFFFCB5011D03a6455
Octal3773742650135072144125
Binary1111111111111100101101010111101011101011001001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFFCB5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFFCB5; }

 p { color: rgb(255,252,181); }

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

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

 a { background-color: rgb(255,252,181); }

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

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

 span { border-color: rgb(255,252,181); }

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