#FFFCB4

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

Shades of Shalimar #FFFCB4

Tints of Shalimar #FFFCB4

Color information

#FFFCB4 (or 0xFFFCB4) is unknown color: approx Shalimar. HEX triplet: FF, FC and B4. RGB value is (255,252,180). Sum of RGB (Red+Green+Blue) = 255+252+180=687 (90% of max value = 765). Red value is 255 (100% from 255 or 37.12% from 687); Green value is 252 (98.83% from 255 or 36.68% from 687); Blue value is 180 (70.70% from 255 or 26.20% from 687); Max value from RGB is 255 - color contains mainly: red. Hex color #FFFCB4 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FFFCB4 is #00034B. Grayscale: #F4F4F4. Windows color (decimal): -844 or 11861247. OLE color: 11861247.

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

Color convert

RGB255252180-
CMYK00.010.290
HSL57.6º100%85.29%-
HSV(B)57.6º29.41%100%-
XYZ84.2994.1856.92-
YUV244.6991.49135.35-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 37.12%
GREEN value IS 252 (98.83% from 255) = 36.68%
BLUE value IS 180 (70.70% from 255) = 26.20%
R=37.12%
G=36.68%
B=26.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.29
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25525218000.010.29057.610085.29
HexFFFCB4011D03a6455
Octal3773742640135072144125
Binary1111111111111100101101000111101011101011001001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFFCB4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFFCB4; }

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

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

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

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

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

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

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

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