#FEFCAB

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

Shades of Shalimar #FEFCAB

Tints of Shalimar #FEFCAB

Color information

#FEFCAB (or 0xFEFCAB) is unknown color: approx Shalimar. HEX triplet: FE, FC and AB. RGB value is (254,252,171). Sum of RGB (Red+Green+Blue) = 254+252+171=677 (89% of max value = 765). Red value is 254 (99.61% from 255 or 37.52% from 677); Green value is 252 (98.83% from 255 or 37.22% from 677); Blue value is 171 (67.19% from 255 or 25.26% from 677); Max value from RGB is 254 - color contains mainly: red. Hex color #FEFCAB is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FEFCAB is #010354. Grayscale: #F3F3F3. Windows color (decimal): -66389 or 11271422. OLE color: 11271422.

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

Color convert

RGB254252171-
CMYK00.010.330.00
HSL58.55º97.65%83.33%-
HSV(B)58.55º32.68%99.61%-
XYZ83.0393.6352.22-
YUV243.3687.16135.59-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 37.52%
GREEN value IS 252 (98.83% from 255) = 37.22%
BLUE value IS 171 (67.19% from 255) = 25.26%
R=37.52%
G=37.22%
B=25.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.33
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25425217100.010.330.0058.5597.6583.33
HexFEFCAB012103b6253
Octal3763742530141073142123
Binary11111110111111001010101101100001011101111000101010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEFCAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEFCAB; }

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

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

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

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

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

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

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

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