#FACFBB

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

Shades of Tuft Bush #FACFBB

Tints of Tuft Bush #FACFBB

Color information

#FACFBB (or 0xFACFBB) is unknown color: approx Tuft Bush. HEX triplet: FA, CF and BB. RGB value is (250,207,187). Sum of RGB (Red+Green+Blue) = 250+207+187=644 (85% of max value = 765). Red value is 250 (98.05% from 255 or 38.82% from 644); Green value is 207 (81.25% from 255 or 32.14% from 644); Blue value is 187 (73.44% from 255 or 29.04% from 644); Max value from RGB is 250 - color contains mainly: red. Hex color #FACFBB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FACFBB is #053044. Grayscale: #D9D9D9. Windows color (decimal): -340037 or 12308474. OLE color: 12308474.

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

Color convert

RGB250207187-
CMYK00.170.250.02
HSL19.05º86.3%85.69%-
HSV(B)19.05º25.2%98.04%-
XYZ70.7168.5456.52-
YUV217.58110.75151.13-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 38.82%
GREEN value IS 207 (81.25% from 255) = 32.14%
BLUE value IS 187 (73.44% from 255) = 29.04%
R=38.82%
G=32.14%
B=29.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.25
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25020718700.170.250.0219.0586.385.69
HexFACFBB011192135656
Octal37231727302131223126126
Binary11111010110011111011101101000111001101001110101101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FACFBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FACFBB; }

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

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

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

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

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

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

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

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