#FEF8B0

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

Shades of Shalimar #FEF8B0

Tints of Shalimar #FEF8B0

Color information

#FEF8B0 (or 0xFEF8B0) is unknown color: approx Shalimar. HEX triplet: FE, F8 and B0. RGB value is (254,248,176). Sum of RGB (Red+Green+Blue) = 254+248+176=678 (89% of max value = 765). Red value is 254 (99.61% from 255 or 37.46% from 678); Green value is 248 (97.27% from 255 or 36.58% from 678); Blue value is 176 (69.14% from 255 or 25.96% from 678); Max value from RGB is 254 - color contains mainly: red. Hex color #FEF8B0 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FEF8B0 is #01074F. Grayscale: #F1F1F1. Windows color (decimal): -67408 or 11598078. OLE color: 11598078.

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

Color convert

RGB254248176-
CMYK00.020.310.00
HSL55.38º97.5%84.31%-
HSV(B)55.38º30.71%99.61%-
XYZ82.2891.3454.37-
YUV241.5990.99136.85-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 37.46%
GREEN value IS 248 (97.27% from 255) = 36.58%
BLUE value IS 176 (69.14% from 255) = 25.96%
R=37.46%
G=36.58%
B=25.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.31
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25424817600.020.310.0055.3897.584.31
HexFEF8B0021F0376254
Octal3763702600237067142124
Binary11111110111110001011000001011111011011111000101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEF8B0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEF8B0; }

 p { color: rgb(254,248,176); }

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

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

 a { background-color: rgb(254,248,176); }

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

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

 span { border-color: rgb(254,248,176); }

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