Html Css Color HEX #F6C2BE Your Pink

📋 copy color: '#F6C2BE'

red 246 ◦ green 194 ◦ blue 190

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

Shades of Your Pink #F6C2BE

Tints of Your Pink #F6C2BE

RGB

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

 GREEN value IS 194 (76.17% from 255) = 30.79%

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

R = 39.05%
G = 30.79%
B = 30.16%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.23

 K value IS 0.04

RGB Variations

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

Color information

#F6C2BE (or 0xF6C2BE) is known color: Your Pink. HEX triplet: F6, C2 and BE. RGB value is (246,194,190). Sum of RGB (Red+Green+Blue) = 246+194+190=630 (83% of max value = 765). Red value is 246 (96.48% from 255 or 39.05% from 630); Green value is 194 (76.17% from 255 or 30.79% from 630); Blue value is 190 (74.61% from 255 or 30.16% from 630); Max value from RGB is 246 - color contains mainly: red. Hex color #F6C2BE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F6C2BE is #093D41. Grayscale: #D1D1D1. Windows color (decimal): -605506 or 12501750. OLE color: 12501750.

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

Color convert

RGB 246 194 190 -
CMYK 0 0.21 0.23 0.04
HSL 4.29º 0.76% 0.85% -
HSV(B) 4.29º 0.23% 0.96% -
XYZ 66.59 61.89 57.15 -
YUV 209.09 117.23 154.33 -
System Red Green Blue C M Y K H S L
Decimal 246 194 190 0 0.21 0.23 0.04 4.29 0.76 0.85
Hex F6 C2 BE 0 15 17 4 4 4C 55
Octal 366 302 276 0 25 27 4 4 114 125
Binary 11110110 11000010 10111110 0 10101 10111 100 100 1001100 1010101

Color Harmonies of #F6C2BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F6C2BE

Black with #F6C2BE

Text Example


Text Example

White with #F6C2BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F6C2BE; }

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

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

background-color css

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

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

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

border-color css

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

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

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