Html Css Color HEX #F7BFCF Pink

📋 copy color: '#F7BFCF'

red 247 ◦ green 191 ◦ blue 207

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

Shades of Pink #F7BFCF

Tints of Pink #F7BFCF

RGB

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

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

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

R = 38.29%
G = 29.61%
B = 32.09%

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

#F7BFCF (or 0xF7BFCF) is known color: Pink. HEX triplet: F7, BF and CF. RGB value is (247,191,207). Sum of RGB (Red+Green+Blue) = 247+191+207=645 (85% of max value = 765). Red value is 247 (96.88% from 255 or 38.29% from 645); Green value is 191 (75% from 255 or 29.61% from 645); Blue value is 207 (81.25% from 255 or 32.09% from 645); Max value from RGB is 247 - color contains mainly: red. Hex color #F7BFCF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F7BFCF is #084030. Grayscale: #D1D1D1. Windows color (decimal): -540721 or 13615095. OLE color: 13615095.

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

Color convert

RGB 247 191 207 -
CMYK 0 0.23 0.16 0.03
HSL 342.86º 0.78% 0.86% -
HSV(B) 342.86º 0.23% 0.97% -
XYZ 68.25 61.54 67.31 -
YUV 209.57 126.55 154.7 -
System Red Green Blue C M Y K H S L
Decimal 247 191 207 0 0.23 0.16 0.03 342.86 0.78 0.86
Hex F7 BF CF 0 17 10 3 157 4E 56
Octal 367 277 317 0 27 20 3 527 116 126
Binary 11110111 10111111 11001111 0 10111 10000 11 101010111 1001110 1010110

Color Harmonies of #F7BFCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F7BFCF

Black with #F7BFCF

Text Example


Text Example

White with #F7BFCF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F7BFCF; }

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

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

background-color css

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

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

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

border-color css

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

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

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