#FACEBA

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

Shades of Tuft Bush #FACEBA

Tints of Tuft Bush #FACEBA

Color information

#FACEBA (or 0xFACEBA) is unknown color: approx Tuft Bush. HEX triplet: FA, CE and BA. RGB value is (250,206,186). Sum of RGB (Red+Green+Blue) = 250+206+186=642 (85% of max value = 765). Red value is 250 (98.05% from 255 or 38.94% from 642); Green value is 206 (80.86% from 255 or 32.09% from 642); Blue value is 186 (73.05% from 255 or 28.97% from 642); Max value from RGB is 250 - color contains mainly: red. Hex color #FACEBA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FACEBA is #053145. Grayscale: #D9D9D9. Windows color (decimal): -340294 or 12242682. OLE color: 12242682.

HSL color Cylindrical-coordinate representation of color #FACEBA: hue angle of 18.75º degrees, saturation: 0.86, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #FACEBA is Cyan = 0, Magento = 0.18, Yellow = 0.26 and Black (K on CMYK) = 0.02.

Color convert

RGB250206186-
CMYK00.180.260.02
HSL18.75º86.49%85.49%-
HSV(B)18.75º25.6%98.04%-
XYZ70.3668.0155.87-
YUV216.88110.58151.63-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 38.94%
GREEN value IS 206 (80.86% from 255) = 32.09%
BLUE value IS 186 (73.05% from 255) = 28.97%
R=38.94%
G=32.09%
B=28.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.26
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25020618600.180.260.0218.7586.4985.49
HexFACEBA0121A2135655
Octal37231627202232223126125
Binary11111010110011101011101001001011010101001110101101010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FACEBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FACEBA; }

 p { color: rgb(250,206,186); }

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

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

 a { background-color: rgb(250,206,186); }

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

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

 span { border-color: rgb(250,206,186); }

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