#FCFFA8

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

Shades of Shalimar #FCFFA8

Tints of Shalimar #FCFFA8

Color information

#FCFFA8 (or 0xFCFFA8) is unknown color: approx Shalimar. HEX triplet: FC, FF and A8. RGB value is (252,255,168). Sum of RGB (Red+Green+Blue) = 252+255+168=675 (89% of max value = 765). Red value is 252 (98.83% from 255 or 37.33% from 675); Green value is 255 (100% from 255 or 37.78% from 675); Blue value is 168 (66.02% from 255 or 24.89% from 675); Max value from RGB is 255 - color contains mainly: green. Hex color #FCFFA8 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FCFFA8 is #030057. Grayscale: #F4F4F4. Windows color (decimal): -196696 or 11075580. OLE color: 11075580.

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

Color convert

RGB252255168-
CMYK0.0100.340
HSL62.07º100%82.94%-
HSV(B)62.07º34.12%100%-
XYZ82.9795.0451.02-
YUV244.1885.01133.57-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 37.33%
GREEN value IS 255 (100% from 255) = 37.78%
BLUE value IS 168 (66.02% from 255) = 24.89%
R=37.33%
G=37.78%
B=24.89%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2522551680.0100.34062.0710082.94
HexFCFFA8102203e6453
Octal3743772501042076144123
Binary11111100111111111010100010100010011111011001001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCFFA8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCFFA8; }

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

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

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

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

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

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

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

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