#FCFDA9

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

Shades of Shalimar #FCFDA9

Tints of Shalimar #FCFDA9

Color information

#FCFDA9 (or 0xFCFDA9) is unknown color: approx Shalimar. HEX triplet: FC, FD and A9. RGB value is (252,253,169). Sum of RGB (Red+Green+Blue) = 252+253+169=674 (89% of max value = 765). Red value is 252 (98.83% from 255 or 37.39% from 674); Green value is 253 (99.22% from 255 or 37.54% from 674); Blue value is 169 (66.41% from 255 or 25.07% from 674); Max value from RGB is 253 - color contains mainly: green. Hex color #FCFDA9 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FCFDA9 is #030256. Grayscale: #F3F3F3. Windows color (decimal): -197207 or 11140604. OLE color: 11140604.

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

Color convert

RGB252253169-
CMYK0.0000.330.01
HSL60.71º95.45%82.75%-
HSV(B)60.71º33.2%99.22%-
XYZ82.4393.8151.3-
YUV243.1286.17134.33-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 37.39%
GREEN value IS 253 (99.22% from 255) = 37.54%
BLUE value IS 169 (66.41% from 255) = 25.07%
R=37.39%
G=37.54%
B=25.07%

CMYK

C (Cyan) values IS 0.00
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2522531690.0000.330.0160.7195.4582.75
HexFCFDA9002113d5f53
Octal3743752510041175137123
Binary11111100111111011010100100100001111110110111111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCFDA9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCFDA9; }

 p { color: rgb(252,253,169); }

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

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

 a { background-color: rgb(252,253,169); }

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

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

 span { border-color: rgb(252,253,169); }

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