#FCFFAA

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

Shades of Shalimar #FCFFAA

Tints of Shalimar #FCFFAA

Color information

#FCFFAA (or 0xFCFFAA) is unknown color: approx Shalimar. HEX triplet: FC, FF and AA. RGB value is (252,255,170). Sum of RGB (Red+Green+Blue) = 252+255+170=677 (89% of max value = 765). Red value is 252 (98.83% from 255 or 37.22% from 677); Green value is 255 (100% from 255 or 37.67% from 677); Blue value is 170 (66.80% from 255 or 25.11% from 677); Max value from RGB is 255 - color contains mainly: green. Hex color #FCFFAA is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FCFFAA is #030055. Grayscale: #F4F4F4. Windows color (decimal): -196694 or 11206652. OLE color: 11206652.

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

Color convert

RGB252255170-
CMYK0.0100.330
HSL62.12º100%83.33%-
HSV(B)62.12º33.33%100%-
XYZ83.1695.1252.01-
YUV244.4186.01133.41-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 37.22%
GREEN value IS 255 (100% from 255) = 37.67%
BLUE value IS 170 (66.80% from 255) = 25.11%
R=37.22%
G=37.67%
B=25.11%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2522551700.0100.33062.1210083.33
HexFCFFAA102103e6453
Octal3743772521041076144123
Binary11111100111111111010101010100001011111011001001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCFFAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCFFAA; }

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

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

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

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

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

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

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

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