Html Css Color HEX #F6BFB6 Your Pink

📋 copy color: '#F6BFB6'

red 246 ◦ green 191 ◦ blue 182

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

Shades of Your Pink #F6BFB6

Tints of Your Pink #F6BFB6

RGB

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

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

 BLUE value IS 182 (71.48% from 255) = 29.4%

R = 39.74%
G = 30.86%
B = 29.4%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.26

 K value IS 0.04

RGB Variations

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

Color information

#F6BFB6 (or 0xF6BFB6) is known color: Your Pink. HEX triplet: F6, BF and B6. RGB value is (246,191,182). Sum of RGB (Red+Green+Blue) = 246+191+182=619 (81% of max value = 765). Red value is 246 (96.48% from 255 or 39.74% from 619); Green value is 191 (75% from 255 or 30.86% from 619); Blue value is 182 (71.48% from 255 or 29.40% from 619); Max value from RGB is 246 - color contains mainly: red. Hex color #F6BFB6 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F6BFB6 is #094049. Grayscale: #CECECE. Windows color (decimal): -606282 or 11976694. OLE color: 11976694.

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

Color convert

RGB 246 191 182 -
CMYK 0 0.22 0.26 0.04
HSL 8.44º 0.78% 0.84% -
HSV(B) 8.44º 0.26% 0.96% -
XYZ 65.08 60.23 52.45 -
YUV 206.42 114.22 156.23 -
System Red Green Blue C M Y K H S L
Decimal 246 191 182 0 0.22 0.26 0.04 8.44 0.78 0.84
Hex F6 BF B6 0 16 1A 4 8 4E 54
Octal 366 277 266 0 26 32 4 10 116 124
Binary 11110110 10111111 10110110 0 10110 11010 100 1000 1001110 1010100

Color Harmonies of #F6BFB6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F6BFB6

Black with #F6BFB6

Text Example


Text Example

White with #F6BFB6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F6BFB6; }

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

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

background-color css

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

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

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

border-color css

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

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

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