#FFFCB2

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

Shades of Shalimar #FFFCB2

Tints of Shalimar #FFFCB2

Color information

#FFFCB2 (or 0xFFFCB2) is unknown color: approx Shalimar. HEX triplet: FF, FC and B2. RGB value is (255,252,178). Sum of RGB (Red+Green+Blue) = 255+252+178=685 (90% of max value = 765). Red value is 255 (100% from 255 or 37.23% from 685); Green value is 252 (98.83% from 255 or 36.79% from 685); Blue value is 178 (69.92% from 255 or 25.99% from 685); Max value from RGB is 255 - color contains mainly: red. Hex color #FFFCB2 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FFFCB2 is #00034D. Grayscale: #F4F4F4. Windows color (decimal): -846 or 11730175. OLE color: 11730175.

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

Color convert

RGB255252178-
CMYK00.010.300
HSL57.66º100%84.9%-
HSV(B)57.66º30.2%100%-
XYZ84.0994.155.85-
YUV244.4690.49135.52-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 37.23%
GREEN value IS 252 (98.83% from 255) = 36.79%
BLUE value IS 178 (69.92% from 255) = 25.99%
R=37.23%
G=36.79%
B=25.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.30
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25525217800.010.30057.6610084.9
HexFFFCB2011E03a6455
Octal3773742620136072144125
Binary1111111111111100101100100111110011101011001001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFFCB2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFFCB2; }

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

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

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

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

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

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

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

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