#FCFDB2

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

Shades of Shalimar #FCFDB2

Tints of Shalimar #FCFDB2

Color information

#FCFDB2 (or 0xFCFDB2) is unknown color: approx Shalimar. HEX triplet: FC, FD and B2. RGB value is (252,253,178). Sum of RGB (Red+Green+Blue) = 252+253+178=683 (90% of max value = 765). Red value is 252 (98.83% from 255 or 36.90% from 683); Green value is 253 (99.22% from 255 or 37.04% from 683); Blue value is 178 (69.92% from 255 or 26.06% from 683); Max value from RGB is 253 - color contains mainly: green. Hex color #FCFDB2 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FCFDB2 is #03024D. Grayscale: #F4F4F4. Windows color (decimal): -197198 or 11730428. OLE color: 11730428.

HSL color Cylindrical-coordinate representation of color #FCFDB2: hue angle of 60.8º degrees, saturation: 0.95, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #FCFDB2 is Cyan = 0.00, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.01.

Color convert

RGB252253178-
CMYK0.0000.300.01
HSL60.8º94.94%84.51%-
HSV(B)60.8º29.64%99.22%-
XYZ83.3194.1655.9-
YUV244.1590.67133.6-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 36.90%
GREEN value IS 253 (99.22% from 255) = 37.04%
BLUE value IS 178 (69.92% from 255) = 26.06%
R=36.90%
G=37.04%
B=26.06%

CMYK

C (Cyan) values IS 0.00
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2522531780.0000.300.0160.894.9484.51
HexFCFDB2001E13d5f55
Octal3743752620036175137125
Binary1111110011111101101100100011110111110110111111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCFDB2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCFDB2; }

 p { color: rgb(252,253,178); }

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

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

 a { background-color: rgb(252,253,178); }

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

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

 span { border-color: rgb(252,253,178); }

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