#FCF0AD

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

Shades of Shalimar #FCF0AD

Tints of Shalimar #FCF0AD

Color information

#FCF0AD (or 0xFCF0AD) is unknown color: approx Shalimar. HEX triplet: FC, F0 and AD. RGB value is (252,240,173). Sum of RGB (Red+Green+Blue) = 252+240+173=665 (88% of max value = 765). Red value is 252 (98.83% from 255 or 37.89% from 665); Green value is 240 (94.14% from 255 or 36.09% from 665); Blue value is 173 (67.97% from 255 or 26.02% from 665); Max value from RGB is 252 - color contains mainly: red. Hex color #FCF0AD is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FCF0AD is #030F52. Grayscale: #ECECEC. Windows color (decimal): -200531 or 11399420. OLE color: 11399420.

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

Color convert

RGB252240173-
CMYK00.050.310.01
HSL50.89º92.94%83.33%-
HSV(B)50.89º31.35%98.82%-
XYZ78.8586.0351.99-
YUV235.9592.48139.45-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 37.89%
GREEN value IS 240 (94.14% from 255) = 36.09%
BLUE value IS 173 (67.97% from 255) = 26.02%
R=37.89%
G=36.09%
B=26.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.31
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25224017300.050.310.0150.8992.9483.33
HexFCF0AD051F1335d53
Octal3743602550537163135123
Binary111111001111000010101101010111111111001110111011010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCF0AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCF0AD; }

 p { color: rgb(252,240,173); }

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

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

 a { background-color: rgb(252,240,173); }

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

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

 span { border-color: rgb(252,240,173); }

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