#FECCB9

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

Shades of Tuft Bush #FECCB9

Tints of Tuft Bush #FECCB9

Color information

#FECCB9 (or 0xFECCB9) is unknown color: approx Tuft Bush. HEX triplet: FE, CC and B9. RGB value is (254,204,185). Sum of RGB (Red+Green+Blue) = 254+204+185=643 (85% of max value = 765). Red value is 254 (99.61% from 255 or 39.50% from 643); Green value is 204 (80.08% from 255 or 31.73% from 643); Blue value is 185 (72.66% from 255 or 28.77% from 643); Max value from RGB is 254 - color contains mainly: red. Hex color #FECCB9 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FECCB9 is #013346. Grayscale: #D8D8D8. Windows color (decimal): -78663 or 12176638. OLE color: 12176638.

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

Color convert

RGB254204185-
CMYK00.200.270.00
HSL16.52º97.18%86.08%-
HSV(B)16.52º27.17%99.61%-
XYZ71.2267.7655.22-
YUV216.78110.06154.54-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 39.50%
GREEN value IS 204 (80.08% from 255) = 31.73%
BLUE value IS 185 (72.66% from 255) = 28.77%
R=39.50%
G=31.73%
B=28.77%

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
Decimal25420418500.200.270.0016.5297.1886.08
HexFECCB90141B0116156
Octal37631427102433021141126
Binary1111111011001100101110010101001101101000111000011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FECCB9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FECCB9; }

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

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

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

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

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

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

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

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