#FECEBD

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

Shades of Tuft Bush #FECEBD

Tints of Tuft Bush #FECEBD

Color information

#FECEBD (or 0xFECEBD) is unknown color: approx Tuft Bush. HEX triplet: FE, CE and BD. RGB value is (254,206,189). Sum of RGB (Red+Green+Blue) = 254+206+189=649 (85% of max value = 765). Red value is 254 (99.61% from 255 or 39.14% from 649); Green value is 206 (80.86% from 255 or 31.74% from 649); Blue value is 189 (74.22% from 255 or 29.12% from 649); Max value from RGB is 254 - color contains mainly: red. Hex color #FECEBD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FECEBD is #013142. Grayscale: #DADADA. Windows color (decimal): -78147 or 12439294. OLE color: 12439294.

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

Color convert

RGB254206189-
CMYK00.190.260.00
HSL15.69º97.01%86.86%-
HSV(B)15.69º25.59%99.61%-
XYZ72.1368.8957.64-
YUV218.41111.4153.38-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 39.14%
GREEN value IS 206 (80.86% from 255) = 31.74%
BLUE value IS 189 (74.22% from 255) = 29.12%
R=39.14%
G=31.74%
B=29.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.26
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25420618900.190.260.0015.6997.0186.86
HexFECEBD0131A0106157
Octal37631627502332020141127
Binary1111111011001110101111010100111101001000011000011010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FECEBD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FECEBD; }

 p { color: rgb(254,206,189); }

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

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

 a { background-color: rgb(254,206,189); }

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

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

 span { border-color: rgb(254,206,189); }

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