#FACEBB

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

Shades of Tuft Bush #FACEBB

Tints of Tuft Bush #FACEBB

Color information

#FACEBB (or 0xFACEBB) is unknown color: approx Tuft Bush. HEX triplet: FA, CE and BB. RGB value is (250,206,187). Sum of RGB (Red+Green+Blue) = 250+206+187=643 (85% of max value = 765). Red value is 250 (98.05% from 255 or 38.88% from 643); Green value is 206 (80.86% from 255 or 32.04% from 643); Blue value is 187 (73.44% from 255 or 29.08% from 643); Max value from RGB is 250 - color contains mainly: red. Hex color #FACEBB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FACEBB is #053144. Grayscale: #D9D9D9. Windows color (decimal): -340293 or 12308218. OLE color: 12308218.

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

Color convert

RGB250206187-
CMYK00.180.250.02
HSL18.1º86.3%85.69%-
HSV(B)18.1º25.2%98.04%-
XYZ70.4768.0556.44-
YUV216.99111.08151.54-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 38.88%
GREEN value IS 206 (80.86% from 255) = 32.04%
BLUE value IS 187 (73.44% from 255) = 29.08%
R=38.88%
G=32.04%
B=29.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.25
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25020618700.180.250.0218.186.385.69
HexFACEBB012192125656
Octal37231627302231222126126
Binary11111010110011101011101101001011001101001010101101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FACEBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FACEBB; }

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

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

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

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

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

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

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

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