Html Css Color HEX #F6BFBE Your Pink

📋 copy color: '#F6BFBE'

red 246 ◦ green 191 ◦ blue 190

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

Shades of Your Pink #F6BFBE

Tints of Your Pink #F6BFBE

RGB

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

 GREEN value IS 191 (75% from 255) = 30.46%

 BLUE value IS 190 (74.61% from 255) = 30.3%

R = 39.23%
G = 30.46%
B = 30.3%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.23

 K value IS 0.04

RGB Variations

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

Color information

#F6BFBE (or 0xF6BFBE) is known color: Your Pink. HEX triplet: F6, BF and BE. RGB value is (246,191,190). Sum of RGB (Red+Green+Blue) = 246+191+190=627 (83% of max value = 765). Red value is 246 (96.48% from 255 or 39.23% from 627); Green value is 191 (75% from 255 or 30.46% from 627); Blue value is 190 (74.61% from 255 or 30.30% from 627); Max value from RGB is 246 - color contains mainly: red. Hex color #F6BFBE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F6BFBE is #094041. Grayscale: #CFCFCF. Windows color (decimal): -606274 or 12500982. OLE color: 12500982.

HSL color Cylindrical-coordinate representation of color #F6BFBE: hue angle of 1.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 #F6BFBE is Cyan = 0, Magento = 0.22, Yellow = 0.23 and Black (K on CMYK) = 0.04.

Color convert

RGB 246 191 190 -
CMYK 0 0.22 0.23 0.04
HSL 1.07º 0.76% 0.85% -
HSV(B) 1.07º 0.23% 0.96% -
XYZ 65.93 60.57 56.93 -
YUV 207.33 118.22 155.58 -
System Red Green Blue C M Y K H S L
Decimal 246 191 190 0 0.22 0.23 0.04 1.07 0.76 0.85
Hex F6 BF BE 0 16 17 4 1 4C 55
Octal 366 277 276 0 26 27 4 1 114 125
Binary 11110110 10111111 10111110 0 10110 10111 100 1 1001100 1010101

Color Harmonies of #F6BFBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F6BFBE

Black with #F6BFBE

Text Example


Text Example

White with #F6BFBE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F6BFBE; }

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

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

background-color css

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

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

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

border-color css

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

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

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