#FCF5AF

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

Shades of Shalimar #FCF5AF

Tints of Shalimar #FCF5AF

Color information

#FCF5AF (or 0xFCF5AF) is unknown color: approx Shalimar. HEX triplet: FC, F5 and AF. RGB value is (252,245,175). Sum of RGB (Red+Green+Blue) = 252+245+175=672 (89% of max value = 765). Red value is 252 (98.83% from 255 or 37.5% from 672); Green value is 245 (96.09% from 255 or 36.46% from 672); Blue value is 175 (68.75% from 255 or 26.04% from 672); Max value from RGB is 252 - color contains mainly: red. Hex color #FCF5AF is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FCF5AF is #030A50. Grayscale: #EFEFEF. Windows color (decimal): -199249 or 11531772. OLE color: 11531772.

HSL color Cylindrical-coordinate representation of color #FCF5AF: hue angle of 54.55º degrees, saturation: 0.93, 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 #FCF5AF is Cyan = 0, Magento = 0.03, Yellow = 0.31 and Black (K on CMYK) = 0.01.

Color convert

RGB252245175-
CMYK00.030.310.01
HSL54.55º92.77%83.73%-
HSV(B)54.55º30.56%98.82%-
XYZ80.5489.153.51-
YUV239.1191.82137.19-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 37.5%
GREEN value IS 245 (96.09% from 255) = 36.46%
BLUE value IS 175 (68.75% from 255) = 26.04%
R=37.5%
G=36.46%
B=26.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.31
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25224517500.030.310.0154.5592.7783.73
HexFCF5AF031F1375d54
Octal3743652570337167135124
Binary11111100111101011010111101111111111011110111011010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCF5AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCF5AF; }

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

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

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

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

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

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

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

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