Html Css Color HEX #F6BECC Pink

📋 copy color: '#F6BECC'

red 246 ◦ green 190 ◦ blue 204

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

Shades of Pink #F6BECC

Tints of Pink #F6BECC

RGB

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

 GREEN value IS 190 (74.61% from 255) = 29.69%

 BLUE value IS 204 (80.08% from 255) = 31.88%

R = 38.44%
G = 29.69%
B = 31.88%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.17

 K value IS 0.04

RGB Variations

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

Color information

#F6BECC (or 0xF6BECC) is known color: Pink. HEX triplet: F6, BE and CC. RGB value is (246,190,204). Sum of RGB (Red+Green+Blue) = 246+190+204=640 (84% of max value = 765). Red value is 246 (96.48% from 255 or 38.44% from 640); Green value is 190 (74.61% from 255 or 29.69% from 640); Blue value is 204 (80.08% from 255 or 31.88% from 640); Max value from RGB is 246 - color contains mainly: red. Hex color #F6BECC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F6BECC is #094133. Grayscale: #D0D0D0. Windows color (decimal): -606516 or 13418230. OLE color: 13418230.

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

Color convert

RGB 246 190 204 -
CMYK 0 0.23 0.17 0.04
HSL 345º 0.76% 0.85% -
HSV(B) 345º 0.23% 0.96% -
XYZ 67.32 60.78 65.31 -
YUV 208.34 125.55 154.86 -
System Red Green Blue C M Y K H S L
Decimal 246 190 204 0 0.23 0.17 0.04 345 0.76 0.85
Hex F6 BE CC 0 17 11 4 159 4C 55
Octal 366 276 314 0 27 21 4 531 114 125
Binary 11110110 10111110 11001100 0 10111 10001 100 101011001 1001100 1010101

Color Harmonies of #F6BECC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F6BECC

Black with #F6BECC

Text Example


Text Example

White with #F6BECC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F6BECC; }

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

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

background-color css

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

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

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

border-color css

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

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

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