#FECEBC

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

Shades of Tuft Bush #FECEBC

Tints of Tuft Bush #FECEBC

Color information

#FECEBC (or 0xFECEBC) is unknown color: approx Tuft Bush. HEX triplet: FE, CE and BC. RGB value is (254,206,188). Sum of RGB (Red+Green+Blue) = 254+206+188=648 (85% of max value = 765). Red value is 254 (99.61% from 255 or 39.20% from 648); Green value is 206 (80.86% from 255 or 31.79% from 648); Blue value is 188 (73.83% from 255 or 29.01% from 648); Max value from RGB is 254 - color contains mainly: red. Hex color #FECEBC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FECEBC is #013143. Grayscale: #DADADA. Windows color (decimal): -78148 or 12373758. OLE color: 12373758.

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

Color convert

RGB254206188-
CMYK00.190.260.00
HSL16.36º97.06%86.67%-
HSV(B)16.36º25.98%99.61%-
XYZ72.0268.8457.07-
YUV218.3110.9153.46-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 39.20%
GREEN value IS 206 (80.86% from 255) = 31.79%
BLUE value IS 188 (73.83% from 255) = 29.01%
R=39.20%
G=31.79%
B=29.01%

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
Decimal25420618800.190.260.0016.3697.0686.67
HexFECEBC0131A0106157
Octal37631627402332020141127
Binary1111111011001110101111000100111101001000011000011010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FECEBC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FECEBC; }

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

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

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

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

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

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

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

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