#FCFDAF

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

Shades of Shalimar #FCFDAF

Tints of Shalimar #FCFDAF

Color information

#FCFDAF (or 0xFCFDAF) is unknown color: approx Shalimar. HEX triplet: FC, FD and AF. RGB value is (252,253,175). Sum of RGB (Red+Green+Blue) = 252+253+175=680 (90% of max value = 765). Red value is 252 (98.83% from 255 or 37.06% from 680); Green value is 253 (99.22% from 255 or 37.21% from 680); Blue value is 175 (68.75% from 255 or 25.74% from 680); Max value from RGB is 253 - color contains mainly: green. Hex color #FCFDAF is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FCFDAF is #030250. Grayscale: #F4F4F4. Windows color (decimal): -197201 or 11533820. OLE color: 11533820.

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

Color convert

RGB252253175-
CMYK0.0000.310.01
HSL60.77º95.12%83.92%-
HSV(B)60.77º30.83%99.22%-
XYZ83.0194.0454.33-
YUV243.8189.17133.84-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 37.06%
GREEN value IS 253 (99.22% from 255) = 37.21%
BLUE value IS 175 (68.75% from 255) = 25.74%
R=37.06%
G=37.21%
B=25.74%

CMYK

C (Cyan) values IS 0.00
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2522531750.0000.310.0160.7795.1283.92
HexFCFDAF001F13d5f54
Octal3743752570037175137124
Binary1111110011111101101011110011111111110110111111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCFDAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCFDAF; }

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

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

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

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

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

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

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

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