#FACEBF

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

Shades of Tuft Bush #FACEBF

Tints of Tuft Bush #FACEBF

Color information

#FACEBF (or 0xFACEBF) is unknown color: approx Tuft Bush. HEX triplet: FA, CE and BF. RGB value is (250,206,191). Sum of RGB (Red+Green+Blue) = 250+206+191=647 (85% of max value = 765). Red value is 250 (98.05% from 255 or 38.64% from 647); Green value is 206 (80.86% from 255 or 31.84% from 647); Blue value is 191 (75% from 255 or 29.52% from 647); Max value from RGB is 250 - color contains mainly: red. Hex color #FACEBF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FACEBF is #053140. Grayscale: #D9D9D9. Windows color (decimal): -340289 or 12570362. OLE color: 12570362.

HSL color Cylindrical-coordinate representation of color #FACEBF: hue angle of 15.25º 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 #FACEBF is Cyan = 0, Magento = 0.18, Yellow = 0.24 and Black (K on CMYK) = 0.02.

Color convert

RGB250206191-
CMYK00.180.240.02
HSL15.25º85.51%86.47%-
HSV(B)15.25º23.6%98.04%-
XYZ70.968.2358.72-
YUV217.45113.08151.22-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 38.64%
GREEN value IS 206 (80.86% from 255) = 31.84%
BLUE value IS 191 (75% from 255) = 29.52%
R=38.64%
G=31.84%
B=29.52%

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
Decimal25020619100.180.240.0215.2585.5186.47
HexFACEBF012182f5656
Octal37231627702230217126126
Binary1111101011001110101111110100101100010111110101101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FACEBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FACEBF; }

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

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

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

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

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

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

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

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