#FEF6B1

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

Shades of Shalimar #FEF6B1

Tints of Shalimar #FEF6B1

Color information

#FEF6B1 (or 0xFEF6B1) is unknown color: approx Shalimar. HEX triplet: FE, F6 and B1. RGB value is (254,246,177). Sum of RGB (Red+Green+Blue) = 254+246+177=677 (89% of max value = 765). Red value is 254 (99.61% from 255 or 37.52% from 677); Green value is 246 (96.48% from 255 or 36.34% from 677); Blue value is 177 (69.53% from 255 or 26.14% from 677); Max value from RGB is 254 - color contains mainly: red. Hex color #FEF6B1 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FEF6B1 is #01094E. Grayscale: #F0F0F0. Windows color (decimal): -67919 or 11663102. OLE color: 11663102.

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

Color convert

RGB254246177-
CMYK00.030.300.00
HSL53.77º97.47%84.51%-
HSV(B)53.77º30.31%99.61%-
XYZ81.7690.1654.69-
YUV240.5392.15137.61-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 37.52%
GREEN value IS 246 (96.48% from 255) = 36.34%
BLUE value IS 177 (69.53% from 255) = 26.14%
R=37.52%
G=36.34%
B=26.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.30
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25424617700.030.300.0053.7797.4784.51
HexFEF6B1031E0366155
Octal3763662610336066141125
Binary11111110111101101011000101111110011011011000011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEF6B1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEF6B1; }

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

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

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

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

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

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

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

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