#FFFCB3

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

Shades of Shalimar #FFFCB3

Tints of Shalimar #FFFCB3

Color information

#FFFCB3 (or 0xFFFCB3) is unknown color: approx Shalimar. HEX triplet: FF, FC and B3. RGB value is (255,252,179). Sum of RGB (Red+Green+Blue) = 255+252+179=686 (90% of max value = 765). Red value is 255 (100% from 255 or 37.17% from 686); Green value is 252 (98.83% from 255 or 36.73% from 686); Blue value is 179 (70.31% from 255 or 26.09% from 686); Max value from RGB is 255 - color contains mainly: red. Hex color #FFFCB3 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FFFCB3 is #00034C. Grayscale: #F4F4F4. Windows color (decimal): -845 or 11795711. OLE color: 11795711.

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

Color convert

RGB255252179-
CMYK00.010.300
HSL57.63º100%85.1%-
HSV(B)57.63º29.8%100%-
XYZ84.1994.1456.38-
YUV244.5890.99135.44-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 37.17%
GREEN value IS 252 (98.83% from 255) = 36.73%
BLUE value IS 179 (70.31% from 255) = 26.09%
R=37.17%
G=36.73%
B=26.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.30
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25525217900.010.30057.6310085.1
HexFFFCB3011E03a6455
Octal3773742630136072144125
Binary1111111111111100101100110111110011101011001001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFFCB3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFFCB3; }

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

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

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

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

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

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

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

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