Html Css Color HEX #F68ECE Tea Rose

📋 copy color: '#F68ECE'

red 246 ◦ green 142 ◦ blue 206

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

Shades of Tea Rose #F68ECE

Tints of Tea Rose #F68ECE

RGB

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

 GREEN value IS 142 (55.86% from 255) = 23.91%

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

R = 41.41%
G = 23.91%
B = 34.68%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.16

 K value IS 0.04

RGB Variations

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

Color information

#F68ECE (or 0xF68ECE) is known color: Tea Rose. HEX triplet: F6, 8E and CE. RGB value is (246,142,206). Sum of RGB (Red+Green+Blue) = 246+142+206=594 (78% of max value = 765). Red value is 246 (96.48% from 255 or 41.41% from 594); Green value is 142 (55.86% from 255 or 23.91% from 594); Blue value is 206 (80.86% from 255 or 34.68% from 594); Max value from RGB is 246 - color contains mainly: red. Hex color #F68ECE is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F68ECE is #097131. Grayscale: #B4B4B4. Windows color (decimal): -618802 or 13537014. OLE color: 13537014.

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

Color convert

RGB 246 142 206 -
CMYK 0 0.42 0.16 0.04
HSL 323.08º 0.85% 0.76% -
HSV(B) 323.08º 0.42% 0.96% -
XYZ 58.82 43.4 63.67 -
YUV 180.39 142.46 174.8 -
System Red Green Blue C M Y K H S L
Decimal 246 142 206 0 0.42 0.16 0.04 323.08 0.85 0.76
Hex F6 8E CE 0 2A 10 4 143 55 4C
Octal 366 216 316 0 52 20 4 503 125 114
Binary 11110110 10001110 11001110 0 101010 10000 100 101000011 1010101 1001100

Color Harmonies of #F68ECE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F68ECE

Black with #F68ECE

Text Example


Text Example

White with #F68ECE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F68ECE; }

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

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

background-color css

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

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

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

border-color css

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

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

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