#F7BDCD

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

Shades of Pink #F7BDCD

Tints of Pink #F7BDCD

Color information

#F7BDCD (or 0xF7BDCD) is unknown color: approx Pink. HEX triplet: F7, BD and CD. RGB value is (247,189,205). Sum of RGB (Red+Green+Blue) = 247+189+205=641 (84% of max value = 765). Red value is 247 (96.88% from 255 or 38.53% from 641); Green value is 189 (74.22% from 255 or 29.49% from 641); Blue value is 205 (80.47% from 255 or 31.98% from 641); Max value from RGB is 247 - color contains mainly: red. Hex color #F7BDCD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F7BDCD is #084232. Grayscale: #D0D0D0. Windows color (decimal): -541235 or 13483511. OLE color: 13483511.

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

Color convert

RGB247189205-
CMYK00.230.170.03
HSL343.45º78.38%85.49%-
HSV(B)343.45º23.48%96.86%-
XYZ67.5760.5865.89-
YUV208.17126.22155.7-

RGB Variations

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

RGB

RED value IS 247 (96.88% from 255) = 38.53%
GREEN value IS 189 (74.22% from 255) = 29.49%
BLUE value IS 205 (80.47% from 255) = 31.98%
R=38.53%
G=29.49%
B=31.98%

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
Decimal24718920500.230.170.03343.4578.3885.49
HexF7BDCD0171131574e55
Octal367275315027213527116125
Binary111101111011110111001101010111100011110101011110011101010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F7BDCD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F7BDCD; }

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

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

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

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

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

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

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

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