#F786BD

Color #F786BD Tea Rose (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Tea Rose #F786BD

Tints of Tea Rose #F786BD

Color information

#F786BD (or 0xF786BD) is unknown color: approx Tea Rose. HEX triplet: F7, 86 and BD. RGB value is (247,134,189). Sum of RGB (Red+Green+Blue) = 247+134+189=570 (75% of max value = 765). Red value is 247 (96.88% from 255 or 43.33% from 570); Green value is 134 (52.73% from 255 or 23.51% from 570); Blue value is 189 (74.22% from 255 or 33.16% from 570); Max value from RGB is 247 - color contains mainly: red. Hex color #F786BD is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F786BD is #087942. Grayscale: #ADADAD. Windows color (decimal): -555331 or 12420855. OLE color: 12420855.

HSL color Cylindrical-coordinate representation of color #F786BD: hue angle of 330.8º degrees, saturation: 0.88, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #F786BD is Cyan = 0, Magento = 0.46, Yellow = 0.23 and Black (K on CMYK) = 0.03.

Color convert

RGB247134189-
CMYK00.460.230.03
HSL330.8º87.6%74.71%-
HSV(B)330.8º45.75%96.86%-
XYZ56.0740.553.01-
YUV174.06136.44180.03-

RGB Variations

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

RGB

RED value IS 247 (96.88% from 255) = 43.33%
GREEN value IS 134 (52.73% from 255) = 23.51%
BLUE value IS 189 (74.22% from 255) = 33.16%
R=43.33%
G=23.51%
B=33.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.23
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal24713418900.460.230.03330.887.674.71
HexF786BD02E17314b584b
Octal367206275056273513130113
Binary1111011110000110101111010101110101111110100101110110001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F786BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F786BD; }

 p { color: rgb(247,134,189); }

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

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

 a { background-color: rgb(247,134,189); }

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

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

 span { border-color: rgb(247,134,189); }

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