#FFFEB4

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

Shades of Shalimar #FFFEB4

Tints of Shalimar #FFFEB4

Color information

#FFFEB4 (or 0xFFFEB4) is unknown color: approx Shalimar. HEX triplet: FF, FE and B4. RGB value is (255,254,180). Sum of RGB (Red+Green+Blue) = 255+254+180=689 (91% of max value = 765). Red value is 255 (100% from 255 or 37.01% from 689); Green value is 254 (99.61% from 255 or 36.87% from 689); Blue value is 180 (70.70% from 255 or 26.12% from 689); Max value from RGB is 255 - color contains mainly: red. Hex color #FFFEB4 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FFFEB4 is #00014B. Grayscale: #F6F6F6. Windows color (decimal): -332 or 11861759. OLE color: 11861759.

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

Color convert

RGB255254180-
CMYK00.000.290
HSL59.2º100%85.29%-
HSV(B)59.2º29.41%100%-
XYZ84.9295.4457.13-
YUV245.8690.83134.52-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 37.01%
GREEN value IS 254 (99.61% from 255) = 36.87%
BLUE value IS 180 (70.70% from 255) = 26.12%
R=37.01%
G=36.87%
B=26.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.00
Y (Yellow) values IS 0.29
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25525418000.000.29059.210085.29
HexFFFEB4001D03b6455
Octal3773762640035073144125
Binary1111111111111110101101000011101011101111001001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFFEB4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFFEB4; }

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

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

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

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

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

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

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

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