#F7BDBB

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

Shades of Your Pink #F7BDBB

Tints of Your Pink #F7BDBB

Color information

#F7BDBB (or 0xF7BDBB) is unknown color: approx Your Pink. HEX triplet: F7, BD and BB. RGB value is (247,189,187). Sum of RGB (Red+Green+Blue) = 247+189+187=623 (82% of max value = 765). Red value is 247 (96.88% from 255 or 39.65% from 623); Green value is 189 (74.22% from 255 or 30.34% from 623); Blue value is 187 (73.44% from 255 or 30.02% from 623); Max value from RGB is 247 - color contains mainly: red. Hex color #F7BDBB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F7BDBB is #084244. Grayscale: #CECECE. Windows color (decimal): -541253 or 12303863. OLE color: 12303863.

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

Color convert

RGB247189187-
CMYK00.230.240.03
HSL78.95%85.1%-
HSV(B)24.29%96.86%-
XYZ65.5359.7655.09-
YUV206.11117.22157.16-

RGB Variations

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

RGB

RED value IS 247 (96.88% from 255) = 39.65%
GREEN value IS 189 (74.22% from 255) = 30.34%
BLUE value IS 187 (73.44% from 255) = 30.02%
R=39.65%
G=30.34%
B=30.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.24
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal24718918700.230.240.03278.9585.1
HexF7BDBB01718324f55
Octal3672752730273032117125
Binary11110111101111011011101101011111000111010011111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F7BDBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F7BDBB; }

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

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

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

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

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

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

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

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