#FCF7AF

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

Shades of Shalimar #FCF7AF

Tints of Shalimar #FCF7AF

Color information

#FCF7AF (or 0xFCF7AF) is unknown color: approx Shalimar. HEX triplet: FC, F7 and AF. RGB value is (252,247,175). Sum of RGB (Red+Green+Blue) = 252+247+175=674 (89% of max value = 765). Red value is 252 (98.83% from 255 or 37.39% from 674); Green value is 247 (96.88% from 255 or 36.65% from 674); Blue value is 175 (68.75% from 255 or 25.96% from 674); Max value from RGB is 252 - color contains mainly: red. Hex color #FCF7AF is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FCF7AF is #030850. Grayscale: #F0F0F0. Windows color (decimal): -198737 or 11532284. OLE color: 11532284.

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

Color convert

RGB252247175-
CMYK00.020.310.01
HSL56.1º92.77%83.73%-
HSV(B)56.1º30.56%98.82%-
XYZ81.1490.3153.71-
YUV240.2991.16136.35-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 37.39%
GREEN value IS 247 (96.88% from 255) = 36.65%
BLUE value IS 175 (68.75% from 255) = 25.96%
R=37.39%
G=36.65%
B=25.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.31
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25224717500.020.310.0156.192.7783.73
HexFCF7AF021F1385d54
Octal3743672570237170135124
Binary11111100111101111010111101011111111100010111011010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCF7AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCF7AF; }

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

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

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

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

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

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

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

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