Html Css Color HEX #F6BFBC Your Pink

📋 copy color: '#F6BFBC'

red 246 ◦ green 191 ◦ blue 188

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

Shades of Your Pink #F6BFBC

Tints of Your Pink #F6BFBC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 30.08%

R = 39.36%
G = 30.56%
B = 30.08%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.24

 K value IS 0.04

RGB Variations

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

Color information

#F6BFBC (or 0xF6BFBC) is known color: Your Pink. HEX triplet: F6, BF and BC. RGB value is (246,191,188). Sum of RGB (Red+Green+Blue) = 246+191+188=625 (82% of max value = 765). Red value is 246 (96.48% from 255 or 39.36% from 625); Green value is 191 (75% from 255 or 30.56% from 625); Blue value is 188 (73.83% from 255 or 30.08% from 625); Max value from RGB is 246 - color contains mainly: red. Hex color #F6BFBC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F6BFBC is #094043. Grayscale: #CFCFCF. Windows color (decimal): -606276 or 12369910. OLE color: 12369910.

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

Color convert

RGB 246 191 188 -
CMYK 0 0.22 0.24 0.04
HSL 3.1º 0.76% 0.85% -
HSV(B) 3.1º 0.24% 0.96% -
XYZ 65.71 60.49 55.79 -
YUV 207.1 117.22 155.74 -
System Red Green Blue C M Y K H S L
Decimal 246 191 188 0 0.22 0.24 0.04 3.1 0.76 0.85
Hex F6 BF BC 0 16 18 4 3 4C 55
Octal 366 277 274 0 26 30 4 3 114 125
Binary 11110110 10111111 10111100 0 10110 11000 100 11 1001100 1010101

Color Harmonies of #F6BFBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F6BFBC

Black with #F6BFBC

Text Example


Text Example

White with #F6BFBC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F6BFBC; }

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

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

background-color css

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

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

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

border-color css

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

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

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