#FCF8B4

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

Shades of Shalimar #FCF8B4

Tints of Shalimar #FCF8B4

Color information

#FCF8B4 (or 0xFCF8B4) is unknown color: approx Shalimar. HEX triplet: FC, F8 and B4. RGB value is (252,248,180). Sum of RGB (Red+Green+Blue) = 252+248+180=680 (90% of max value = 765). Red value is 252 (98.83% from 255 or 37.06% from 680); Green value is 248 (97.27% from 255 or 36.47% from 680); Blue value is 180 (70.70% from 255 or 26.47% from 680); Max value from RGB is 252 - color contains mainly: red. Hex color #FCF8B4 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FCF8B4 is #03074B. Grayscale: #F1F1F1. Windows color (decimal): -198476 or 11860220. OLE color: 11860220.

HSL color Cylindrical-coordinate representation of color #FCF8B4: hue angle of 56.67º degrees, saturation: 0.92, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #FCF8B4 is Cyan = 0, Magento = 0.02, Yellow = 0.29 and Black (K on CMYK) = 0.01.

Color convert

RGB252248180-
CMYK00.020.290.01
HSL56.67º92.31%84.71%-
HSV(B)56.67º28.57%98.82%-
XYZ81.9591.1356.45-
YUV241.4493.33135.53-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 37.06%
GREEN value IS 248 (97.27% from 255) = 36.47%
BLUE value IS 180 (70.70% from 255) = 26.47%
R=37.06%
G=36.47%
B=26.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.29
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25224818000.020.290.0156.6792.3184.71
HexFCF8B4021D1395c55
Octal3743702640235171134125
Binary11111100111110001011010001011101111100110111001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCF8B4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCF8B4; }

 p { color: rgb(252,248,180); }

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

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

 a { background-color: rgb(252,248,180); }

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

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

 span { border-color: rgb(252,248,180); }

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