#FEFCB2

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

Shades of Shalimar #FEFCB2

Tints of Shalimar #FEFCB2

Color information

#FEFCB2 (or 0xFEFCB2) is unknown color: approx Shalimar. HEX triplet: FE, FC and B2. RGB value is (254,252,178). Sum of RGB (Red+Green+Blue) = 254+252+178=684 (90% of max value = 765). Red value is 254 (99.61% from 255 or 37.13% from 684); Green value is 252 (98.83% from 255 or 36.84% from 684); Blue value is 178 (69.92% from 255 or 26.02% from 684); Max value from RGB is 254 - color contains mainly: red. Hex color #FEFCB2 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FEFCB2 is #01034D. Grayscale: #F4F4F4. Windows color (decimal): -66382 or 11730174. OLE color: 11730174.

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

Color convert

RGB254252178-
CMYK00.010.300.00
HSL58.42º97.44%84.71%-
HSV(B)58.42º29.92%99.61%-
XYZ83.7293.9155.83-
YUV244.1690.66135.02-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 37.13%
GREEN value IS 252 (98.83% from 255) = 36.84%
BLUE value IS 178 (69.92% from 255) = 26.02%
R=37.13%
G=36.84%
B=26.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.30
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25425217800.010.300.0058.4297.4484.71
HexFEFCB2011E03a6155
Octal3763742620136072141125
Binary1111111011111100101100100111110011101011000011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEFCB2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEFCB2; }

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

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

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

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

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

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

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

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