#FEEBBB

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

Shades of Barley White #FEEBBB

Tints of Barley White #FEEBBB

Color information

#FEEBBB (or 0xFEEBBB) is unknown color: approx Barley White. HEX triplet: FE, EB and BB. RGB value is (254,235,187). Sum of RGB (Red+Green+Blue) = 254+235+187=676 (89% of max value = 765). Red value is 254 (99.61% from 255 or 37.57% from 676); Green value is 235 (92.19% from 255 or 34.76% from 676); Blue value is 187 (73.44% from 255 or 27.66% from 676); Max value from RGB is 254 - color contains mainly: red. Hex color #FEEBBB is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FEEBBB is #011444. Grayscale: #EBEBEB. Windows color (decimal): -70725 or 12315646. OLE color: 12315646.

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

Color convert

RGB254235187-
CMYK00.070.260.00
HSL42.99º97.1%86.47%-
HSV(B)42.99º26.38%99.61%-
XYZ79.5584.0859.05-
YUV235.21100.79141.4-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 37.57%
GREEN value IS 235 (92.19% from 255) = 34.76%
BLUE value IS 187 (73.44% from 255) = 27.66%
R=37.57%
G=34.76%
B=27.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.26
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25423518700.070.260.0042.9997.186.47
HexFEEBBB071A02b6156
Octal3763532730732053141126
Binary111111101110101110111011011111010010101111000011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEEBBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEEBBB; }

 p { color: rgb(254,235,187); }

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

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

 a { background-color: rgb(254,235,187); }

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

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

 span { border-color: rgb(254,235,187); }

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