#FCFEB4

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

Shades of Shalimar #FCFEB4

Tints of Shalimar #FCFEB4

Color information

#FCFEB4 (or 0xFCFEB4) is unknown color: approx Shalimar. HEX triplet: FC, FE and B4. RGB value is (252,254,180). Sum of RGB (Red+Green+Blue) = 252+254+180=686 (90% of max value = 765). Red value is 252 (98.83% from 255 or 36.73% from 686); Green value is 254 (99.61% from 255 or 37.03% from 686); Blue value is 180 (70.70% from 255 or 26.24% from 686); Max value from RGB is 254 - color contains mainly: green. Hex color #FCFEB4 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FCFEB4 is #03014B. Grayscale: #F5F5F5. Windows color (decimal): -196940 or 11861756. OLE color: 11861756.

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

Color convert

RGB252254180-
CMYK0.0100.290.00
HSL61.62º97.37%85.1%-
HSV(B)61.62º29.13%99.61%-
XYZ83.8294.8757.07-
YUV244.9791.34133.02-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 36.73%
GREEN value IS 254 (99.61% from 255) = 37.03%
BLUE value IS 180 (70.70% from 255) = 26.24%
R=36.73%
G=37.03%
B=26.24%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2522541800.0100.290.0061.6297.3785.1
HexFCFEB4101D03e6155
Octal3743762641035076141125
Binary1111110011111110101101001011101011111011000011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCFEB4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCFEB4; }

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

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

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

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

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

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

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

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