Html Css Color HEX #F6BFCB Pink

📋 copy color: '#F6BFCB'

red 246 ◦ green 191 ◦ blue 203

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

Shades of Pink #F6BFCB

Tints of Pink #F6BFCB

RGB

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

 GREEN value IS 191 (75% from 255) = 29.84%

 BLUE value IS 203 (79.69% from 255) = 31.72%

R = 38.44%
G = 29.84%
B = 31.72%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.17

 K value IS 0.04

RGB Variations

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

Color information

#F6BFCB (or 0xF6BFCB) is known color: Pink. HEX triplet: F6, BF and CB. RGB value is (246,191,203). Sum of RGB (Red+Green+Blue) = 246+191+203=640 (84% of max value = 765). Red value is 246 (96.48% from 255 or 38.44% from 640); Green value is 191 (75% from 255 or 29.84% from 640); Blue value is 203 (79.69% from 255 or 31.72% from 640); Max value from RGB is 246 - color contains mainly: red. Hex color #F6BFCB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F6BFCB is #094034. Grayscale: #D0D0D0. Windows color (decimal): -606261 or 13352950. OLE color: 13352950.

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

Color convert

RGB 246 191 203 -
CMYK 0 0.22 0.17 0.04
HSL 346.91º 0.75% 0.86% -
HSV(B) 346.91º 0.22% 0.96% -
XYZ 67.42 61.17 64.75 -
YUV 208.81 124.72 154.52 -
System Red Green Blue C M Y K H S L
Decimal 246 191 203 0 0.22 0.17 0.04 346.91 0.75 0.86
Hex F6 BF CB 0 16 11 4 15B 4B 56
Octal 366 277 313 0 26 21 4 533 113 126
Binary 11110110 10111111 11001011 0 10110 10001 100 101011011 1001011 1010110

Color Harmonies of #F6BFCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F6BFCB

Black with #F6BFCB

Text Example


Text Example

White with #F6BFCB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F6BFCB; }

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

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

background-color css

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

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

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

border-color css

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

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

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