#FACEBE

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

Shades of Tuft Bush #FACEBE

Tints of Tuft Bush #FACEBE

Color information

#FACEBE (or 0xFACEBE) is unknown color: approx Tuft Bush. HEX triplet: FA, CE and BE. RGB value is (250,206,190). Sum of RGB (Red+Green+Blue) = 250+206+190=646 (85% of max value = 765). Red value is 250 (98.05% from 255 or 38.70% from 646); Green value is 206 (80.86% from 255 or 31.89% from 646); Blue value is 190 (74.61% from 255 or 29.41% from 646); Max value from RGB is 250 - color contains mainly: red. Hex color #FACEBE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FACEBE is #053141. Grayscale: #D9D9D9. Windows color (decimal): -340290 or 12504826. OLE color: 12504826.

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

Color convert

RGB250206190-
CMYK00.180.240.02
HSL16º85.71%86.27%-
HSV(B)16º24%98.04%-
XYZ70.7968.1858.15-
YUV217.33112.58151.3-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 38.70%
GREEN value IS 206 (80.86% from 255) = 31.89%
BLUE value IS 190 (74.61% from 255) = 29.41%
R=38.70%
G=31.89%
B=29.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.24
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25020619000.180.240.021685.7186.27
HexFACEBE012182105656
Octal37231627602230220126126
Binary11111010110011101011111001001011000101000010101101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FACEBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FACEBE; }

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

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

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

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

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

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

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

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