Html Css Color HEX #F6C2BF Your Pink

📋 copy color: '#F6C2BF'

red 246 ◦ green 194 ◦ blue 191

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

Shades of Your Pink #F6C2BF

Tints of Your Pink #F6C2BF

RGB

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

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

 BLUE value IS 191 (75% from 255) = 30.27%

R = 38.99%
G = 30.74%
B = 30.27%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.22

 K value IS 0.04

RGB Variations

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

Color information

#F6C2BF (or 0xF6C2BF) is known color: Your Pink. HEX triplet: F6, C2 and BF. RGB value is (246,194,191). Sum of RGB (Red+Green+Blue) = 246+194+191=631 (83% of max value = 765). Red value is 246 (96.48% from 255 or 38.99% from 631); Green value is 194 (76.17% from 255 or 30.74% from 631); Blue value is 191 (75% from 255 or 30.27% from 631); Max value from RGB is 246 - color contains mainly: red. Hex color #F6C2BF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F6C2BF is #093D40. Grayscale: #D1D1D1. Windows color (decimal): -605505 or 12567286. OLE color: 12567286.

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

Color convert

RGB 246 194 191 -
CMYK 0 0.21 0.22 0.04
HSL 3.27º 0.75% 0.86% -
HSV(B) 3.27º 0.22% 0.96% -
XYZ 66.7 61.94 57.73 -
YUV 209.21 117.73 154.24 -
System Red Green Blue C M Y K H S L
Decimal 246 194 191 0 0.21 0.22 0.04 3.27 0.75 0.86
Hex F6 C2 BF 0 15 16 4 3 4B 56
Octal 366 302 277 0 25 26 4 3 113 126
Binary 11110110 11000010 10111111 0 10101 10110 100 11 1001011 1010110

Color Harmonies of #F6C2BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F6C2BF

Black with #F6C2BF

Text Example


Text Example

White with #F6C2BF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F6C2BF; }

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

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

background-color css

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

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

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

border-color css

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

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

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