#FCFFB2

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

Shades of Shalimar #FCFFB2

Tints of Shalimar #FCFFB2

Color information

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

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

Color convert

RGB252255178-
CMYK0.0100.300
HSL62.34º100%84.9%-
HSV(B)62.34º30.2%100%-
XYZ83.9495.4356.12-
YUV245.3290.01132.76-

RGB Variations

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

RGB

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

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2522551780.0100.30062.3410084.9
HexFCFFB2101E03e6455
Octal3743772621036076144125
Binary1111110011111111101100101011110011111011001001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCFFB2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCFFB2; }

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

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

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

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

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

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

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

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