Html Css Color HEX #F7BECF Pink

📋 copy color: '#F7BECF'

red 247 ◦ green 190 ◦ blue 207

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

Shades of Pink #F7BECF

Tints of Pink #F7BECF

RGB

 RED value IS 247 (96.88% from 255) = 38.35%

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

 BLUE value IS 207 (81.25% from 255) = 32.14%

R = 38.35%
G = 29.5%
B = 32.14%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.16

 K value IS 0.03

RGB Variations

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

Color information

#F7BECF (or 0xF7BECF) is known color: Pink. HEX triplet: F7, BE and CF. RGB value is (247,190,207). Sum of RGB (Red+Green+Blue) = 247+190+207=644 (85% of max value = 765). Red value is 247 (96.88% from 255 or 38.35% from 644); Green value is 190 (74.61% from 255 or 29.50% from 644); Blue value is 207 (81.25% from 255 or 32.14% from 644); Max value from RGB is 247 - color contains mainly: red. Hex color #F7BECF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F7BECF is #084130. Grayscale: #D0D0D0. Windows color (decimal): -540977 or 13614839. OLE color: 13614839.

HSL color Cylindrical-coordinate representation of color #F7BECF: hue angle of 342.11º degrees, saturation: 0.78, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #F7BECF is Cyan = 0, Magento = 0.23, Yellow = 0.16 and Black (K on CMYK) = 0.03.

Color convert

RGB 247 190 207 -
CMYK 0 0.23 0.16 0.03
HSL 342.11º 0.78% 0.86% -
HSV(B) 342.11º 0.23% 0.97% -
XYZ 68.03 61.11 67.24 -
YUV 208.98 126.88 155.12 -
System Red Green Blue C M Y K H S L
Decimal 247 190 207 0 0.23 0.16 0.03 342.11 0.78 0.86
Hex F7 BE CF 0 17 10 3 156 4E 56
Octal 367 276 317 0 27 20 3 526 116 126
Binary 11110111 10111110 11001111 0 10111 10000 11 101010110 1001110 1010110

Color Harmonies of #F7BECF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F7BECF

Black with #F7BECF

Text Example


Text Example

White with #F7BECF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F7BECF; }

 p { color: rgb(247,190,207); }

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

background-color css

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

 a { background-color: rgb(247,190,207); }

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

border-color css

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

 span { border-color: rgb(247,190,207); }

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