#f68bcb

Color #F68BCB Tea Rose (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Tea Rose #F68BCB

Tints of Tea Rose #F68BCB

Color information

#F68BCB (or 0xF68BCB) is unknown color: approx Tea Rose. HEX triplet: F6, 8B and CB. RGB value is (246,139,203). Sum of RGB (Red+Green+Blue) = 246+139+203=588 (77% of max value = 765). Red value is 246 (96.48% from 255 or 41.84% from 588); Green value is 139 (54.69% from 255 or 23.64% from 588); Blue value is 203 (79.69% from 255 or 34.52% from 588); Max value from RGB is 246 - color contains mainly: red. Hex color #F68BCB is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F68BCB is #097434. Grayscale: #B2B2B2. Windows color (decimal): -619573 or 13339638. OLE color: 13339638.

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

Color convert

RGB246139203-
CMYK00.430.170.04
HSL324.11º85.6%75.49%-
HSV(B)324.11º43.5%96.47%-
XYZ58.0242.3761.62-
YUV178.29141.95176.3-

RGB Variations

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

RGB

RED value IS 246 (96.48% from 255) = 41.84%
GREEN value IS 139 (54.69% from 255) = 23.64%
BLUE value IS 203 (79.69% from 255) = 34.52%
R=41.84%
G=23.64%
B=34.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.17
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24613920300.430.170.04324.1185.675.49
HexF68BCB02B114144564b
Octal366213313053214504126113
Binary11110110100010111100101101010111000110010100010010101101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #f68bcb

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #f68bcb; }

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

 H1.HeaderClassName
 {
   color: #f68bcb;
 }
 .AnyTagClassName
 {
   color: #f68bcb;
 }
</style>
background-color css

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

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

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

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

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

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