Html Css Color HEX #F6BECA Pink

📋 copy color: '#F6BECA'

red 246 ◦ green 190 ◦ blue 202

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

Shades of Pink #F6BECA

Tints of Pink #F6BECA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 31.66%

R = 38.56%
G = 29.78%
B = 31.66%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.18

 K value IS 0.04

RGB Variations

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

Color information

#F6BECA (or 0xF6BECA) is known color: Pink. HEX triplet: F6, BE and CA. RGB value is (246,190,202). Sum of RGB (Red+Green+Blue) = 246+190+202=638 (84% of max value = 765). Red value is 246 (96.48% from 255 or 38.56% from 638); Green value is 190 (74.61% from 255 or 29.78% from 638); Blue value is 202 (79.30% from 255 or 31.66% from 638); Max value from RGB is 246 - color contains mainly: red. Hex color #F6BECA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F6BECA is #094135. Grayscale: #D0D0D0. Windows color (decimal): -606518 or 13287158. OLE color: 13287158.

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

Color convert

RGB 246 190 202 -
CMYK 0 0.23 0.18 0.04
HSL 347.14º 0.76% 0.85% -
HSV(B) 347.14º 0.23% 0.96% -
XYZ 67.08 60.68 64.05 -
YUV 208.11 124.55 155.02 -
System Red Green Blue C M Y K H S L
Decimal 246 190 202 0 0.23 0.18 0.04 347.14 0.76 0.85
Hex F6 BE CA 0 17 12 4 15B 4C 55
Octal 366 276 312 0 27 22 4 533 114 125
Binary 11110110 10111110 11001010 0 10111 10010 100 101011011 1001100 1010101

Color Harmonies of #F6BECA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F6BECA

Black with #F6BECA

Text Example


Text Example

White with #F6BECA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F6BECA; }

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

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

background-color css

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

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

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

border-color css

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

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

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