#FFFCB1

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

Shades of Shalimar #FFFCB1

Tints of Shalimar #FFFCB1

Color information

#FFFCB1 (or 0xFFFCB1) is unknown color: approx Shalimar. HEX triplet: FF, FC and B1. RGB value is (255,252,177). Sum of RGB (Red+Green+Blue) = 255+252+177=684 (90% of max value = 765). Red value is 255 (100% from 255 or 37.28% from 684); Green value is 252 (98.83% from 255 or 36.84% from 684); Blue value is 177 (69.53% from 255 or 25.88% from 684); Max value from RGB is 255 - color contains mainly: red. Hex color #FFFCB1 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FFFCB1 is #00034E. Grayscale: #F4F4F4. Windows color (decimal): -847 or 11664639. OLE color: 11664639.

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

Color convert

RGB255252177-
CMYK00.010.310
HSL57.69º100%84.71%-
HSV(B)57.69º30.59%100%-
XYZ83.9994.0655.32-
YUV244.3589.99135.6-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 37.28%
GREEN value IS 252 (98.83% from 255) = 36.84%
BLUE value IS 177 (69.53% from 255) = 25.88%
R=37.28%
G=36.84%
B=25.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.31
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25525217700.010.31057.6910084.71
HexFFFCB1011F03a6455
Octal3773742610137072144125
Binary1111111111111100101100010111111011101011001001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFFCB1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFFCB1; }

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

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

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

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

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

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

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

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