#FECCBA

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

Shades of Tuft Bush #FECCBA

Tints of Tuft Bush #FECCBA

Color information

#FECCBA (or 0xFECCBA) is unknown color: approx Tuft Bush. HEX triplet: FE, CC and BA. RGB value is (254,204,186). Sum of RGB (Red+Green+Blue) = 254+204+186=644 (85% of max value = 765). Red value is 254 (99.61% from 255 or 39.44% from 644); Green value is 204 (80.08% from 255 or 31.68% from 644); Blue value is 186 (73.05% from 255 or 28.88% from 644); Max value from RGB is 254 - color contains mainly: red. Hex color #FECCBA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FECCBA is #013345. Grayscale: #D9D9D9. Windows color (decimal): -78662 or 12242174. OLE color: 12242174.

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

Color convert

RGB254204186-
CMYK00.200.270.00
HSL15.88º97.14%86.27%-
HSV(B)15.88º26.77%99.61%-
XYZ71.3367.855.78-
YUV216.9110.56154.46-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 39.44%
GREEN value IS 204 (80.08% from 255) = 31.68%
BLUE value IS 186 (73.05% from 255) = 28.88%
R=39.44%
G=31.68%
B=28.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.27
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25420418600.200.270.0015.8897.1486.27
HexFECCBA0141B0106156
Octal37631427202433020141126
Binary1111111011001100101110100101001101101000011000011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FECCBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FECCBA; }

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

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

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

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

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

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

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

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