Html Css Color HEX #F68ECB Tea Rose

📋 copy color: '#F68ECB'

red 246 ◦ green 142 ◦ blue 203

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

Shades of Tea Rose #F68ECB

Tints of Tea Rose #F68ECB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 34.35%

R = 41.62%
G = 24.03%
B = 34.35%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.17

 K value IS 0.04

RGB Variations

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

Color information

#F68ECB (or 0xF68ECB) is known color: Tea Rose. HEX triplet: F6, 8E and CB. RGB value is (246,142,203). Sum of RGB (Red+Green+Blue) = 246+142+203=591 (78% of max value = 765). Red value is 246 (96.48% from 255 or 41.62% from 591); Green value is 142 (55.86% from 255 or 24.03% from 591); Blue value is 203 (79.69% from 255 or 34.35% from 591); Max value from RGB is 246 - color contains mainly: red. Hex color #F68ECB is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F68ECB is #097134. Grayscale: #B3B3B3. Windows color (decimal): -618805 or 13340406. OLE color: 13340406.

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

Color convert

RGB 246 142 203 -
CMYK 0 0.42 0.17 0.04
HSL 324.81º 0.85% 0.76% -
HSV(B) 324.81º 0.42% 0.96% -
XYZ 58.46 43.25 61.77 -
YUV 180.05 140.96 175.04 -
System Red Green Blue C M Y K H S L
Decimal 246 142 203 0 0.42 0.17 0.04 324.81 0.85 0.76
Hex F6 8E CB 0 2A 11 4 145 55 4C
Octal 366 216 313 0 52 21 4 505 125 114
Binary 11110110 10001110 11001011 0 101010 10001 100 101000101 1010101 1001100

Color Harmonies of #F68ECB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F68ECB

Black with #F68ECB

Text Example


Text Example

White with #F68ECB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F68ECB; }

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

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

background-color css

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

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

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

border-color css

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

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

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