#FCF3AF

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

Shades of Shalimar #FCF3AF

Tints of Shalimar #FCF3AF

Color information

#FCF3AF (or 0xFCF3AF) is unknown color: approx Shalimar. HEX triplet: FC, F3 and AF. RGB value is (252,243,175). Sum of RGB (Red+Green+Blue) = 252+243+175=670 (88% of max value = 765). Red value is 252 (98.83% from 255 or 37.61% from 670); Green value is 243 (95.31% from 255 or 36.27% from 670); Blue value is 175 (68.75% from 255 or 26.12% from 670); Max value from RGB is 252 - color contains mainly: red. Hex color #FCF3AF is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FCF3AF is #030C50. Grayscale: #EEEEEE. Windows color (decimal): -199761 or 11531260. OLE color: 11531260.

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

Color convert

RGB252243175-
CMYK00.040.310.01
HSL52.99º92.77%83.73%-
HSV(B)52.99º30.56%98.82%-
XYZ79.9387.8953.31-
YUV237.9492.48138.03-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 37.61%
GREEN value IS 243 (95.31% from 255) = 36.27%
BLUE value IS 175 (68.75% from 255) = 26.12%
R=37.61%
G=36.27%
B=26.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.31
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25224317500.040.310.0152.9992.7783.73
HexFCF3AF041F1355d54
Octal3743632570437165135124
Binary111111001111001110101111010011111111010110111011010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCF3AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCF3AF; }

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

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

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

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

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

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

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

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