#FECDBA

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

Shades of Tuft Bush #FECDBA

Tints of Tuft Bush #FECDBA

Color information

#FECDBA (or 0xFECDBA) is unknown color: approx Tuft Bush. HEX triplet: FE, CD and BA. RGB value is (254,205,186). Sum of RGB (Red+Green+Blue) = 254+205+186=645 (85% of max value = 765). Red value is 254 (99.61% from 255 or 39.38% from 645); Green value is 205 (80.47% from 255 or 31.78% from 645); Blue value is 186 (73.05% from 255 or 28.84% from 645); Max value from RGB is 254 - color contains mainly: red. Hex color #FECDBA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FECDBA is #013245. Grayscale: #D9D9D9. Windows color (decimal): -78406 or 12242430. OLE color: 12242430.

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

Color convert

RGB254205186-
CMYK00.190.270.00
HSL16.76º97.14%86.27%-
HSV(B)16.76º26.77%99.61%-
XYZ71.5768.2855.86-
YUV217.48110.23154.04-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 39.38%
GREEN value IS 205 (80.47% from 255) = 31.78%
BLUE value IS 186 (73.05% from 255) = 28.84%
R=39.38%
G=31.78%
B=28.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.27
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25420518600.190.270.0016.7697.1486.27
HexFECDBA0131B0116156
Octal37631527202333021141126
Binary1111111011001101101110100100111101101000111000011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FECDBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FECDBA; }

 p { color: rgb(254,205,186); }

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

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

 a { background-color: rgb(254,205,186); }

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

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

 span { border-color: rgb(254,205,186); }

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