#F689BC

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

Shades of Tea Rose #F689BC

Tints of Tea Rose #F689BC

Color information

#F689BC (or 0xF689BC) is unknown color: approx Tea Rose. HEX triplet: F6, 89 and BC. RGB value is (246,137,188). Sum of RGB (Red+Green+Blue) = 246+137+188=571 (75% of max value = 765). Red value is 246 (96.48% from 255 or 43.08% from 571); Green value is 137 (53.91% from 255 or 23.99% from 571); Blue value is 188 (73.83% from 255 or 32.92% from 571); Max value from RGB is 246 - color contains mainly: red. Hex color #F689BC is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F689BC is #097643. Grayscale: #AFAFAF. Windows color (decimal): -620100 or 12356086. OLE color: 12356086.

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

Color convert

RGB246137188-
CMYK00.440.240.04
HSL331.93º85.83%75.1%-
HSV(B)331.93º44.31%96.47%-
XYZ56.0341.1152.56-
YUV175.41135.11178.35-

RGB Variations

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

RGB

RED value IS 246 (96.48% from 255) = 43.08%
GREEN value IS 137 (53.91% from 255) = 23.99%
BLUE value IS 188 (73.83% from 255) = 32.92%
R=43.08%
G=23.99%
B=32.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.24
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24613718800.440.240.04331.9385.8375.1
HexF689BC02C18414c564b
Octal366211274054304514126113
Binary11110110100010011011110001011001100010010100110010101101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F689BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F689BC; }

 p { color: rgb(246,137,188); }

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

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

 a { background-color: rgb(246,137,188); }

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

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

 span { border-color: rgb(246,137,188); }

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