#F6D1BA

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

Shades of Tuft Bush #F6D1BA

Tints of Tuft Bush #F6D1BA

Color information

#F6D1BA (or 0xF6D1BA) is unknown color: approx Tuft Bush. HEX triplet: F6, D1 and BA. RGB value is (246,209,186). Sum of RGB (Red+Green+Blue) = 246+209+186=641 (84% of max value = 765). Red value is 246 (96.48% from 255 or 38.38% from 641); Green value is 209 (82.03% from 255 or 32.61% from 641); Blue value is 186 (73.05% from 255 or 29.02% from 641); Max value from RGB is 246 - color contains mainly: red. Hex color #F6D1BA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F6D1BA is #092E45. Grayscale: #D9D9D9. Windows color (decimal): -601670 or 12243446. OLE color: 12243446.

HSL color Cylindrical-coordinate representation of color #F6D1BA: hue angle of 23º degrees, saturation: 0.77, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #F6D1BA is Cyan = 0, Magento = 0.15, Yellow = 0.24 and Black (K on CMYK) = 0.04.

Color convert

RGB246209186-
CMYK00.150.240.04
HSL23º76.92%84.71%-
HSV(B)23º24.39%96.47%-
XYZ69.6768.7456.05-
YUV217.44110.26148.37-

RGB Variations

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

RGB

RED value IS 246 (96.48% from 255) = 38.38%
GREEN value IS 209 (82.03% from 255) = 32.61%
BLUE value IS 186 (73.05% from 255) = 29.02%
R=38.38%
G=32.61%
B=29.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.24
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24620918600.150.240.042376.9284.71
HexF6D1BA0F184174d55
Octal36632127201730427115125
Binary11110110110100011011101001111110001001011110011011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F6D1BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F6D1BA; }

 p { color: rgb(246,209,186); }

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

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

 a { background-color: rgb(246,209,186); }

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

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

 span { border-color: rgb(246,209,186); }

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