#F9BFBC

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

Shades of Your Pink #F9BFBC

Tints of Your Pink #F9BFBC

Color information

#F9BFBC (or 0xF9BFBC) is unknown color: approx Your Pink. HEX triplet: F9, BF and BC. RGB value is (249,191,188). Sum of RGB (Red+Green+Blue) = 249+191+188=628 (83% of max value = 765). Red value is 249 (97.66% from 255 or 39.65% from 628); Green value is 191 (75% from 255 or 30.41% from 628); Blue value is 188 (73.83% from 255 or 29.94% from 628); Max value from RGB is 249 - color contains mainly: red. Hex color #F9BFBC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F9BFBC is #064043. Grayscale: #D0D0D0. Windows color (decimal): -409668 or 12369913. OLE color: 12369913.

HSL color Cylindrical-coordinate representation of color #F9BFBC: hue angle of 2.95º degrees, saturation: 0.84, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #F9BFBC is Cyan = 0, Magento = 0.23, Yellow = 0.24 and Black (K on CMYK) = 0.02.

Color convert

RGB249191188-
CMYK00.230.240.02
HSL2.95º83.56%85.69%-
HSV(B)2.95º24.5%97.65%-
XYZ66.7761.0355.84-
YUV208116.72157.24-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 39.65%
GREEN value IS 191 (75% from 255) = 30.41%
BLUE value IS 188 (73.83% from 255) = 29.94%
R=39.65%
G=30.41%
B=29.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.24
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal24919118800.230.240.022.9583.5685.69
HexF9BFBC01718235456
Octal3712772740273023124126
Binary11111001101111111011110001011111000101110101001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F9BFBC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F9BFBC; }

 p { color: rgb(249,191,188); }

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

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

 a { background-color: rgb(249,191,188); }

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

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

 span { border-color: rgb(249,191,188); }

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