Html Css Color HEX #F68CBB Tea Rose

📋 copy color: '#F68CBB'

red 246 ◦ green 140 ◦ blue 187

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

Shades of Tea Rose #F68CBB

Tints of Tea Rose #F68CBB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 32.64%

R = 42.93%
G = 24.43%
B = 32.64%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.24

 K value IS 0.04

RGB Variations

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

Color information

#F68CBB (or 0xF68CBB) is known color: Tea Rose. HEX triplet: F6, 8C and BB. RGB value is (246,140,187). Sum of RGB (Red+Green+Blue) = 246+140+187=573 (75% of max value = 765). Red value is 246 (96.48% from 255 or 42.93% from 573); Green value is 140 (55.08% from 255 or 24.43% from 573); Blue value is 187 (73.44% from 255 or 32.64% from 573); Max value from RGB is 246 - color contains mainly: red. Hex color #F68CBB is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F68CBB is #097344. Grayscale: #B0B0B0. Windows color (decimal): -619333 or 12291318. OLE color: 12291318.

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

Color convert

RGB 246 140 187 -
CMYK 0 0.43 0.24 0.04
HSL 333.4º 0.85% 0.76% -
HSV(B) 333.4º 0.43% 0.96% -
XYZ 56.35 41.94 52.14 -
YUV 177.05 133.62 177.18 -
System Red Green Blue C M Y K H S L
Decimal 246 140 187 0 0.43 0.24 0.04 333.4 0.85 0.76
Hex F6 8C BB 0 2B 18 4 14D 55 4C
Octal 366 214 273 0 53 30 4 515 125 114
Binary 11110110 10001100 10111011 0 101011 11000 100 101001101 1010101 1001100

Color Harmonies of #F68CBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F68CBB

Black with #F68CBB

Text Example


Text Example

White with #F68CBB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F68CBB; }

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

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

background-color css

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

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

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

border-color css

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

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

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