Html Css Color HEX #F7BFCB Pink

📋 copy color: '#F7BFCB'

red 247 ◦ green 191 ◦ blue 203

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

Shades of Pink #F7BFCB

Tints of Pink #F7BFCB

RGB

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

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

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

R = 38.53%
G = 29.8%
B = 31.67%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.18

 K value IS 0.03

RGB Variations

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

Color information

#F7BFCB (or 0xF7BFCB) is known color: Pink. HEX triplet: F7, BF and CB. RGB value is (247,191,203). Sum of RGB (Red+Green+Blue) = 247+191+203=641 (84% of max value = 765). Red value is 247 (96.88% from 255 or 38.53% from 641); Green value is 191 (75% from 255 or 29.80% from 641); Blue value is 203 (79.69% from 255 or 31.67% from 641); Max value from RGB is 247 - color contains mainly: red. Hex color #F7BFCB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F7BFCB is #084034. Grayscale: #D1D1D1. Windows color (decimal): -540725 or 13352951. OLE color: 13352951.

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

Color convert

RGB 247 191 203 -
CMYK 0 0.23 0.18 0.03
HSL 347.14º 0.78% 0.86% -
HSV(B) 347.14º 0.23% 0.97% -
XYZ 67.77 61.35 64.77 -
YUV 209.11 124.55 155.02 -
System Red Green Blue C M Y K H S L
Decimal 247 191 203 0 0.23 0.18 0.03 347.14 0.78 0.86
Hex F7 BF CB 0 17 12 3 15B 4E 56
Octal 367 277 313 0 27 22 3 533 116 126
Binary 11110111 10111111 11001011 0 10111 10010 11 101011011 1001110 1010110

Color Harmonies of #F7BFCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F7BFCB

Black with #F7BFCB

Text Example


Text Example

White with #F7BFCB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F7BFCB; }

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

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

background-color css

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

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

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

border-color css

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

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

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