Html Css Color HEX #F6C1BE Your Pink

📋 copy color: '#F6C1BE'

red 246 ◦ green 193 ◦ blue 190

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

Shades of Your Pink #F6C1BE

Tints of Your Pink #F6C1BE

RGB

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

 GREEN value IS 193 (75.78% from 255) = 30.68%

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

R = 39.11%
G = 30.68%
B = 30.21%

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

#F6C1BE (or 0xF6C1BE) is known color: Your Pink. HEX triplet: F6, C1 and BE. RGB value is (246,193,190). Sum of RGB (Red+Green+Blue) = 246+193+190=629 (83% of max value = 765). Red value is 246 (96.48% from 255 or 39.11% from 629); Green value is 193 (75.78% from 255 or 30.68% from 629); Blue value is 190 (74.61% from 255 or 30.21% from 629); Max value from RGB is 246 - color contains mainly: red. Hex color #F6C1BE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F6C1BE is #093E41. Grayscale: #D0D0D0. Windows color (decimal): -605762 or 12501494. OLE color: 12501494.

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

Color convert

RGB 246 193 190 -
CMYK 0 0.22 0.23 0.04
HSL 3.21º 0.76% 0.85% -
HSV(B) 3.21º 0.23% 0.96% -
XYZ 66.37 61.45 57.08 -
YUV 208.51 117.56 154.74 -
System Red Green Blue C M Y K H S L
Decimal 246 193 190 0 0.22 0.23 0.04 3.21 0.76 0.85
Hex F6 C1 BE 0 16 17 4 3 4C 55
Octal 366 301 276 0 26 27 4 3 114 125
Binary 11110110 11000001 10111110 0 10110 10111 100 11 1001100 1010101

Color Harmonies of #F6C1BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F6C1BE

Black with #F6C1BE

Text Example


Text Example

White with #F6C1BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F6C1BE; }

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

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

background-color css

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

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

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

border-color css

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

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

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