#F7BDBA

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

Shades of Your Pink #F7BDBA

Tints of Your Pink #F7BDBA

Color information

#F7BDBA (or 0xF7BDBA) is unknown color: approx Your Pink. HEX triplet: F7, BD and BA. RGB value is (247,189,186). Sum of RGB (Red+Green+Blue) = 247+189+186=622 (82% of max value = 765). Red value is 247 (96.88% from 255 or 39.71% from 622); Green value is 189 (74.22% from 255 or 30.39% from 622); Blue value is 186 (73.05% from 255 or 29.90% from 622); Max value from RGB is 247 - color contains mainly: red. Hex color #F7BDBA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F7BDBA is #084245. Grayscale: #CECECE. Windows color (decimal): -541254 or 12238327. OLE color: 12238327.

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

Color convert

RGB247189186-
CMYK00.230.250.03
HSL2.95º79.22%84.9%-
HSV(B)2.95º24.7%96.86%-
XYZ65.4259.7154.53-
YUV206116.72157.24-

RGB Variations

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

RGB

RED value IS 247 (96.88% from 255) = 39.71%
GREEN value IS 189 (74.22% from 255) = 30.39%
BLUE value IS 186 (73.05% from 255) = 29.90%
R=39.71%
G=30.39%
B=29.90%

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
Decimal24718918600.230.250.032.9579.2284.9
HexF7BDBA01719334f55
Octal3672752720273133117125
Binary11110111101111011011101001011111001111110011111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F7BDBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F7BDBA; }

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

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

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

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

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

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

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

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