#FCFEB1

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

Shades of Shalimar #FCFEB1

Tints of Shalimar #FCFEB1

Color information

#FCFEB1 (or 0xFCFEB1) is unknown color: approx Shalimar. HEX triplet: FC, FE and B1. RGB value is (252,254,177). Sum of RGB (Red+Green+Blue) = 252+254+177=683 (90% of max value = 765). Red value is 252 (98.83% from 255 or 36.90% from 683); Green value is 254 (99.61% from 255 or 37.19% from 683); Blue value is 177 (69.53% from 255 or 25.92% from 683); Max value from RGB is 254 - color contains mainly: green. Hex color #FCFEB1 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FCFEB1 is #03014E. Grayscale: #F4F4F4. Windows color (decimal): -196943 or 11665148. OLE color: 11665148.

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

Color convert

RGB252254177-
CMYK0.0100.300.00
HSL61.56º97.47%84.51%-
HSV(B)61.56º30.31%99.61%-
XYZ83.5294.7555.48-
YUV244.6289.84133.26-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 36.90%
GREEN value IS 254 (99.61% from 255) = 37.19%
BLUE value IS 177 (69.53% from 255) = 25.92%
R=36.90%
G=37.19%
B=25.92%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2522541770.0100.300.0061.5697.4784.51
HexFCFEB1101E03e6155
Octal3743762611036076141125
Binary1111110011111110101100011011110011111011000011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCFEB1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCFEB1; }

 p { color: rgb(252,254,177); }

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

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

 a { background-color: rgb(252,254,177); }

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

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

 span { border-color: rgb(252,254,177); }

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