Html Css Color HEX #F689CE Tea Rose

📋 copy color: '#F689CE'

red 246 ◦ green 137 ◦ blue 206

#F689CE
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Tea Rose #F689CE

Tints of Tea Rose #F689CE

RGB

 RED value IS 246 (96.48% from 255) = 41.77%

 GREEN value IS 137 (53.91% from 255) = 23.26%

 BLUE value IS 206 (80.86% from 255) = 34.97%

R = 41.77%
G = 23.26%
B = 34.97%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.16

 K value IS 0.04

RGB Variations

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

Color information

#F689CE (or 0xF689CE) is known color: Tea Rose. HEX triplet: F6, 89 and CE. RGB value is (246,137,206). Sum of RGB (Red+Green+Blue) = 246+137+206=589 (78% of max value = 765). Red value is 246 (96.48% from 255 or 41.77% from 589); Green value is 137 (53.91% from 255 or 23.26% from 589); Blue value is 206 (80.86% from 255 or 34.97% from 589); Max value from RGB is 246 - color contains mainly: red. Hex color #F689CE is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F689CE is #097631. Grayscale: #B1B1B1. Windows color (decimal): -620082 or 13535734. OLE color: 13535734.

HSL color Cylindrical-coordinate representation of color #F689CE: hue angle of 322.02º 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 #F689CE is Cyan = 0, Magento = 0.44, Yellow = 0.16 and Black (K on CMYK) = 0.04.

Color convert

RGB 246 137 206 -
CMYK 0 0.44 0.16 0.04
HSL 322.02º 0.86% 0.75% -
HSV(B) 322.02º 0.44% 0.96% -
XYZ 58.09 41.94 63.43 -
YUV 177.46 144.11 176.89 -
System Red Green Blue C M Y K H S L
Decimal 246 137 206 0 0.44 0.16 0.04 322.02 0.86 0.75
Hex F6 89 CE 0 2C 10 4 142 56 4B
Octal 366 211 316 0 54 20 4 502 126 113
Binary 11110110 10001001 11001110 0 101100 10000 100 101000010 1010110 1001011

Color Harmonies of #F689CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F689CE

Black with #F689CE

Text Example


Text Example

White with #F689CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F689CE; }

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

 H1.HeaderClassName
 {
   color: #F689CE;
 }
 .AnyTagClassName
 {
   color: #F689CE;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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