Html Css Color HEX #F6C0BE Your Pink

📋 copy color: '#F6C0BE'

red 246 ◦ green 192 ◦ blue 190

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

Shades of Your Pink #F6C0BE

Tints of Your Pink #F6C0BE

RGB

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

 GREEN value IS 192 (75.39% from 255) = 30.57%

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

R = 39.17%
G = 30.57%
B = 30.25%

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

#F6C0BE (or 0xF6C0BE) is known color: Your Pink. HEX triplet: F6, C0 and BE. RGB value is (246,192,190). Sum of RGB (Red+Green+Blue) = 246+192+190=628 (83% of max value = 765). Red value is 246 (96.48% from 255 or 39.17% from 628); Green value is 192 (75.39% from 255 or 30.57% from 628); Blue value is 190 (74.61% from 255 or 30.25% from 628); Max value from RGB is 246 - color contains mainly: red. Hex color #F6C0BE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F6C0BE is #093F41. Grayscale: #CFCFCF. Windows color (decimal): -606018 or 12501238. OLE color: 12501238.

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

Color convert

RGB 246 192 190 -
CMYK 0 0.22 0.23 0.04
HSL 2.14º 0.76% 0.85% -
HSV(B) 2.14º 0.23% 0.96% -
XYZ 66.15 61.01 57 -
YUV 207.92 117.89 155.16 -
System Red Green Blue C M Y K H S L
Decimal 246 192 190 0 0.22 0.23 0.04 2.14 0.76 0.85
Hex F6 C0 BE 0 16 17 4 2 4C 55
Octal 366 300 276 0 26 27 4 2 114 125
Binary 11110110 11000000 10111110 0 10110 10111 100 10 1001100 1010101

Color Harmonies of #F6C0BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F6C0BE

Black with #F6C0BE

Text Example


Text Example

White with #F6C0BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F6C0BE; }

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

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

background-color css

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

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

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

border-color css

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

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

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