#FEF8B1

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

Shades of Shalimar #FEF8B1

Tints of Shalimar #FEF8B1

Color information

#FEF8B1 (or 0xFEF8B1) is unknown color: approx Shalimar. HEX triplet: FE, F8 and B1. RGB value is (254,248,177). Sum of RGB (Red+Green+Blue) = 254+248+177=679 (89% of max value = 765). Red value is 254 (99.61% from 255 or 37.41% from 679); Green value is 248 (97.27% from 255 or 36.52% from 679); Blue value is 177 (69.53% from 255 or 26.07% from 679); Max value from RGB is 254 - color contains mainly: red. Hex color #FEF8B1 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FEF8B1 is #01074E. Grayscale: #F1F1F1. Windows color (decimal): -67407 or 11663614. OLE color: 11663614.

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

Color convert

RGB254248177-
CMYK00.020.300.00
HSL55.32º97.47%84.51%-
HSV(B)55.32º30.31%99.61%-
XYZ82.3891.3854.89-
YUV241.791.49136.77-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 37.41%
GREEN value IS 248 (97.27% from 255) = 36.52%
BLUE value IS 177 (69.53% from 255) = 26.07%
R=37.41%
G=36.52%
B=26.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.30
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25424817700.020.300.0055.3297.4784.51
HexFEF8B1021E0376155
Octal3763702610236067141125
Binary11111110111110001011000101011110011011111000011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEF8B1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEF8B1; }

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

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

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

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

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

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

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

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