Html Css Color HEX #F67ECE Tea Rose

📋 copy color: '#F67ECE'

red 246 ◦ green 126 ◦ blue 206

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

Shades of Tea Rose #F67ECE

Tints of Tea Rose #F67ECE

RGB

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

 GREEN value IS 126 (49.61% from 255) = 21.8%

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

R = 42.56%
G = 21.8%
B = 35.64%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.16

 K value IS 0.04

RGB Variations

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

Color information

#F67ECE (or 0xF67ECE) is known color: Tea Rose. HEX triplet: F6, 7E and CE. RGB value is (246,126,206). Sum of RGB (Red+Green+Blue) = 246+126+206=578 (76% of max value = 765). Red value is 246 (96.48% from 255 or 42.56% from 578); Green value is 126 (49.61% from 255 or 21.80% from 578); Blue value is 206 (80.86% from 255 or 35.64% from 578); Max value from RGB is 246 - color contains mainly: red. Hex color #F67ECE is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F67ECE is #098131. Grayscale: #AAAAAA. Windows color (decimal): -622898 or 13532918. OLE color: 13532918.

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

Color convert

RGB 246 126 206 -
CMYK 0 0.49 0.16 0.04
HSL 320º 0.87% 0.73% -
HSV(B) 320º 0.49% 0.96% -
XYZ 56.61 38.97 62.93 -
YUV 171 147.76 181.5 -
System Red Green Blue C M Y K H S L
Decimal 246 126 206 0 0.49 0.16 0.04 320 0.87 0.73
Hex F6 7E CE 0 31 10 4 140 57 49
Octal 366 176 316 0 61 20 4 500 127 111
Binary 11110110 1111110 11001110 0 110001 10000 100 101000000 1010111 1001001

Color Harmonies of #F67ECE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F67ECE

Black with #F67ECE

Text Example


Text Example

White with #F67ECE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F67ECE; }

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

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

background-color css

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

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

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

border-color css

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

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

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