#FCF6B4

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

Shades of Shalimar #FCF6B4

Tints of Shalimar #FCF6B4

Color information

#FCF6B4 (or 0xFCF6B4) is unknown color: approx Shalimar. HEX triplet: FC, F6 and B4. RGB value is (252,246,180). Sum of RGB (Red+Green+Blue) = 252+246+180=678 (89% of max value = 765). Red value is 252 (98.83% from 255 or 37.17% from 678); Green value is 246 (96.48% from 255 or 36.28% from 678); Blue value is 180 (70.70% from 255 or 26.55% from 678); Max value from RGB is 252 - color contains mainly: red. Hex color #FCF6B4 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FCF6B4 is #03094B. Grayscale: #F0F0F0. Windows color (decimal): -198988 or 11859708. OLE color: 11859708.

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

Color convert

RGB252246180-
CMYK00.020.290.01
HSL55º92.31%84.71%-
HSV(B)55º28.57%98.82%-
XYZ81.3489.956.25-
YUV240.2793.99136.37-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 37.17%
GREEN value IS 246 (96.48% from 255) = 36.28%
BLUE value IS 180 (70.70% from 255) = 26.55%
R=37.17%
G=36.28%
B=26.55%

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
Decimal25224618000.020.290.015592.3184.71
HexFCF6B4021D1375c55
Octal3743662640235167134125
Binary11111100111101101011010001011101111011110111001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCF6B4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCF6B4; }

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

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

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

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

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

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

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

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