Html Css Color HEX #F6BECB Pink

📋 copy color: '#F6BECB'

red 246 ◦ green 190 ◦ blue 203

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

Shades of Pink #F6BECB

Tints of Pink #F6BECB

RGB

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

 GREEN value IS 190 (74.61% from 255) = 29.73%

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

R = 38.5%
G = 29.73%
B = 31.77%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.17

 K value IS 0.04

RGB Variations

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

Color information

#F6BECB (or 0xF6BECB) is known color: Pink. HEX triplet: F6, BE and CB. RGB value is (246,190,203). Sum of RGB (Red+Green+Blue) = 246+190+203=639 (84% of max value = 765). Red value is 246 (96.48% from 255 or 38.50% from 639); Green value is 190 (74.61% from 255 or 29.73% from 639); Blue value is 203 (79.69% from 255 or 31.77% from 639); Max value from RGB is 246 - color contains mainly: red. Hex color #F6BECB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F6BECB is #094134. Grayscale: #D0D0D0. Windows color (decimal): -606517 or 13352694. OLE color: 13352694.

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

Color convert

RGB 246 190 203 -
CMYK 0 0.23 0.17 0.04
HSL 346.07º 0.76% 0.85% -
HSV(B) 346.07º 0.23% 0.96% -
XYZ 67.2 60.73 64.68 -
YUV 208.23 125.05 154.94 -
System Red Green Blue C M Y K H S L
Decimal 246 190 203 0 0.23 0.17 0.04 346.07 0.76 0.85
Hex F6 BE CB 0 17 11 4 15A 4C 55
Octal 366 276 313 0 27 21 4 532 114 125
Binary 11110110 10111110 11001011 0 10111 10001 100 101011010 1001100 1010101

Color Harmonies of #F6BECB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F6BECB

Black with #F6BECB

Text Example


Text Example

White with #F6BECB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F6BECB; }

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

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

background-color css

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

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

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

border-color css

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

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

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