Html Css Color HEX #F68CCE Tea Rose

📋 copy color: '#F68CCE'

red 246 ◦ green 140 ◦ blue 206

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

Shades of Tea Rose #F68CCE

Tints of Tea Rose #F68CCE

RGB

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

 GREEN value IS 140 (55.08% from 255) = 23.65%

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

R = 41.55%
G = 23.65%
B = 34.8%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.16

 K value IS 0.04

RGB Variations

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

Color information

#F68CCE (or 0xF68CCE) is known color: Tea Rose. HEX triplet: F6, 8C and CE. RGB value is (246,140,206). Sum of RGB (Red+Green+Blue) = 246+140+206=592 (78% of max value = 765). Red value is 246 (96.48% from 255 or 41.55% from 592); Green value is 140 (55.08% from 255 or 23.65% from 592); Blue value is 206 (80.86% from 255 or 34.80% from 592); Max value from RGB is 246 - color contains mainly: red. Hex color #F68CCE is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F68CCE is #097331. Grayscale: #B3B3B3. Windows color (decimal): -619314 or 13536502. OLE color: 13536502.

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

Color convert

RGB 246 140 206 -
CMYK 0 0.43 0.16 0.04
HSL 322.64º 0.85% 0.76% -
HSV(B) 322.64º 0.43% 0.96% -
XYZ 58.52 42.81 63.57 -
YUV 179.22 143.12 175.63 -
System Red Green Blue C M Y K H S L
Decimal 246 140 206 0 0.43 0.16 0.04 322.64 0.85 0.76
Hex F6 8C CE 0 2B 10 4 143 55 4C
Octal 366 214 316 0 53 20 4 503 125 114
Binary 11110110 10001100 11001110 0 101011 10000 100 101000011 1010101 1001100

Color Harmonies of #F68CCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F68CCE

Black with #F68CCE

Text Example


Text Example

White with #F68CCE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F68CCE; }

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

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

background-color css

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

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

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

border-color css

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

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

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