#FCFDA8

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

Shades of Shalimar #FCFDA8

Tints of Shalimar #FCFDA8

Color information

#FCFDA8 (or 0xFCFDA8) is unknown color: approx Shalimar. HEX triplet: FC, FD and A8. RGB value is (252,253,168). Sum of RGB (Red+Green+Blue) = 252+253+168=673 (89% of max value = 765). Red value is 252 (98.83% from 255 or 37.44% from 673); Green value is 253 (99.22% from 255 or 37.59% from 673); Blue value is 168 (66.02% from 255 or 24.96% from 673); Max value from RGB is 253 - color contains mainly: green. Hex color #FCFDA8 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FCFDA8 is #030257. Grayscale: #F3F3F3. Windows color (decimal): -197208 or 11075068. OLE color: 11075068.

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

Color convert

RGB252253168-
CMYK0.0000.340.01
HSL60.71º95.51%82.55%-
HSV(B)60.71º33.6%99.22%-
XYZ82.3493.7750.81-
YUV243.0185.67134.41-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 37.44%
GREEN value IS 253 (99.22% from 255) = 37.59%
BLUE value IS 168 (66.02% from 255) = 24.96%
R=37.44%
G=37.59%
B=24.96%

CMYK

C (Cyan) values IS 0.00
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2522531680.0000.340.0160.7195.5182.55
HexFCFDA8002213d6053
Octal3743752500042175140123
Binary11111100111111011010100000100010111110111000001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCFDA8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCFDA8; }

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

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

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

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

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

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

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

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