#FEFFAB

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

Shades of Shalimar #FEFFAB

Tints of Shalimar #FEFFAB

Color information

#FEFFAB (or 0xFEFFAB) is unknown color: approx Shalimar. HEX triplet: FE, FF and AB. RGB value is (254,255,171). Sum of RGB (Red+Green+Blue) = 254+255+171=680 (90% of max value = 765). Red value is 254 (99.61% from 255 or 37.35% from 680); Green value is 255 (100% from 255 or 37.5% from 680); Blue value is 171 (67.19% from 255 or 25.15% from 680); Max value from RGB is 255 - color contains mainly: green. Hex color #FEFFAB is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FEFFAB is #010054. Grayscale: #F5F5F5. Windows color (decimal): -65621 or 11272190. OLE color: 11272190.

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

Color convert

RGB254255171-
CMYK0.0000.330
HSL60.71º100%83.53%-
HSV(B)60.71º32.94%100%-
XYZ83.9895.5352.54-
YUV245.1286.17134.33-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 37.35%
GREEN value IS 255 (100% from 255) = 37.5%
BLUE value IS 171 (67.19% from 255) = 25.15%
R=37.35%
G=37.5%
B=25.15%

CMYK

C (Cyan) values IS 0.00
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2542551710.0000.33060.7110083.53
HexFEFFAB002103d6454
Octal3763772530041075144124
Binary11111110111111111010101100100001011110111001001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEFFAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEFFAB; }

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

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

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

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

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

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

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

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