#F7BFBA

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

Shades of Your Pink #F7BFBA

Tints of Your Pink #F7BFBA

Color information

#F7BFBA (or 0xF7BFBA) is unknown color: approx Your Pink. HEX triplet: F7, BF and BA. RGB value is (247,191,186). Sum of RGB (Red+Green+Blue) = 247+191+186=624 (82% of max value = 765). Red value is 247 (96.88% from 255 or 39.58% from 624); Green value is 191 (75% from 255 or 30.61% from 624); Blue value is 186 (73.05% from 255 or 29.81% from 624); Max value from RGB is 247 - color contains mainly: red. Hex color #F7BFBA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F7BFBA is #084045. Grayscale: #CFCFCF. Windows color (decimal): -540742 or 12238839. OLE color: 12238839.

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

Color convert

RGB247191186-
CMYK00.230.250.03
HSL4.92º79.22%84.9%-
HSV(B)4.92º24.7%96.86%-
XYZ65.8560.5854.68-
YUV207.17116.05156.41-

RGB Variations

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

RGB

RED value IS 247 (96.88% from 255) = 39.58%
GREEN value IS 191 (75% from 255) = 30.61%
BLUE value IS 186 (73.05% from 255) = 29.81%
R=39.58%
G=30.61%
B=29.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.25
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal24719118600.230.250.034.9279.2284.9
HexF7BFBA01719354f55
Octal3672772720273135117125
Binary111101111011111110111010010111110011110110011111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F7BFBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F7BFBA; }

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

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

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

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

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

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

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

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