#FCFFB3

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

Shades of Shalimar #FCFFB3

Tints of Shalimar #FCFFB3

Color information

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

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

Color convert

RGB252255179-
CMYK0.0100.300
HSL62.37º100%85.1%-
HSV(B)62.37º29.8%100%-
XYZ84.0495.4756.65-
YUV245.4490.51132.68-

RGB Variations

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

RGB

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

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2522551790.0100.30062.3710085.1
HexFCFFB3101E03e6455
Octal3743772631036076144125
Binary1111110011111111101100111011110011111011001001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCFFB3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCFFB3; }

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

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

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

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

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

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

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

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