#FCFBA3

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

Shades of Shalimar #FCFBA3

Tints of Shalimar #FCFBA3

Color information

#FCFBA3 (or 0xFCFBA3) is unknown color: approx Shalimar. HEX triplet: FC, FB and A3. RGB value is (252,251,163). Sum of RGB (Red+Green+Blue) = 252+251+163=666 (88% of max value = 765). Red value is 252 (98.83% from 255 or 37.84% from 666); Green value is 251 (98.44% from 255 or 37.69% from 666); Blue value is 163 (64.06% from 255 or 24.47% from 666); Max value from RGB is 252 - color contains mainly: red. Hex color #FCFBA3 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FCFBA3 is #03045C. Grayscale: #F1F1F1. Windows color (decimal): -197725 or 10746876. OLE color: 10746876.

HSL color Cylindrical-coordinate representation of color #FCFBA3: hue angle of 59.33º degrees, saturation: 0.94, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #FCFBA3 is Cyan = 0, Magento = 0.00, Yellow = 0.35 and Black (K on CMYK) = 0.01.

Color convert

RGB252251163-
CMYK00.000.350.01
HSL59.33º93.68%81.37%-
HSV(B)59.33º35.32%98.82%-
XYZ81.2592.3348.19-
YUV241.2783.83135.66-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 37.84%
GREEN value IS 251 (98.44% from 255) = 37.69%
BLUE value IS 163 (64.06% from 255) = 24.47%
R=37.84%
G=37.69%
B=24.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.00
Y (Yellow) values IS 0.35
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25225116300.000.350.0159.3393.6881.37
HexFCFBA3002313b5e51
Octal3743732430043173136121
Binary11111100111110111010001100100011111101110111101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCFBA3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCFBA3; }

 p { color: rgb(252,251,163); }

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

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

 a { background-color: rgb(252,251,163); }

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

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

 span { border-color: rgb(252,251,163); }

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