#F7BFCE

Color #F7BFCE Pink (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Pink #F7BFCE

Tints of Pink #F7BFCE

Color information

#F7BFCE (or 0xF7BFCE) is unknown color: approx Pink. HEX triplet: F7, BF and CE. RGB value is (247,191,206). Sum of RGB (Red+Green+Blue) = 247+191+206=644 (85% of max value = 765). Red value is 247 (96.88% from 255 or 38.35% from 644); Green value is 191 (75% from 255 or 29.66% from 644); Blue value is 206 (80.86% from 255 or 31.99% from 644); Max value from RGB is 247 - color contains mainly: red. Hex color #F7BFCE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F7BFCE is #084031. Grayscale: #D1D1D1. Windows color (decimal): -540722 or 13549559. OLE color: 13549559.

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

Color convert

RGB247191206-
CMYK00.230.170.03
HSL343.93º77.78%85.88%-
HSV(B)343.93º22.67%96.86%-
XYZ68.1361.4966.67-
YUV209.45126.05154.78-

RGB Variations

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

RGB

RED value IS 247 (96.88% from 255) = 38.35%
GREEN value IS 191 (75% from 255) = 29.66%
BLUE value IS 206 (80.86% from 255) = 31.99%
R=38.35%
G=29.66%
B=31.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.17
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal24719120600.230.170.03343.9377.7885.88
HexF7BFCE0171131584e56
Octal367277316027213530116126
Binary111101111011111111001110010111100011110101100010011101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F7BFCE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F7BFCE; }

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

 H1.HeaderClassName
 {
   color: #F7BFCE;
 }
 .AnyTagClassName
 {
   color: #F7BFCE;
 }
</style>
background-color css

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

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

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

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

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

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