Html Css Color HEX #F6C1BD Your Pink

📋 copy color: '#F6C1BD'

red 246 ◦ green 193 ◦ blue 189

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

Shades of Your Pink #F6C1BD

Tints of Your Pink #F6C1BD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 30.1%

R = 39.17%
G = 30.73%
B = 30.1%

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

#F6C1BD (or 0xF6C1BD) is known color: Your Pink. HEX triplet: F6, C1 and BD. RGB value is (246,193,189). Sum of RGB (Red+Green+Blue) = 246+193+189=628 (83% of max value = 765). Red value is 246 (96.48% from 255 or 39.17% from 628); Green value is 193 (75.78% from 255 or 30.73% from 628); Blue value is 189 (74.22% from 255 or 30.10% from 628); Max value from RGB is 246 - color contains mainly: red. Hex color #F6C1BD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F6C1BD is #093E42. Grayscale: #D0D0D0. Windows color (decimal): -605763 or 12435958. OLE color: 12435958.

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

Color convert

RGB 246 193 189 -
CMYK 0 0.22 0.23 0.04
HSL 4.21º 0.76% 0.85% -
HSV(B) 4.21º 0.23% 0.96% -
XYZ 66.26 61.41 56.5 -
YUV 208.39 117.06 154.83 -
System Red Green Blue C M Y K H S L
Decimal 246 193 189 0 0.22 0.23 0.04 4.21 0.76 0.85
Hex F6 C1 BD 0 16 17 4 4 4C 55
Octal 366 301 275 0 26 27 4 4 114 125
Binary 11110110 11000001 10111101 0 10110 10111 100 100 1001100 1010101

Color Harmonies of #F6C1BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F6C1BD

Black with #F6C1BD

Text Example


Text Example

White with #F6C1BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F6C1BD; }

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

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

background-color css

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

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

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

border-color css

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

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

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