#F7BDC7

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

Shades of Pink #F7BDC7

Tints of Pink #F7BDC7

Color information

#F7BDC7 (or 0xF7BDC7) is unknown color: approx Pink. HEX triplet: F7, BD and C7. RGB value is (247,189,199). Sum of RGB (Red+Green+Blue) = 247+189+199=635 (84% of max value = 765). Red value is 247 (96.88% from 255 or 38.90% from 635); Green value is 189 (74.22% from 255 or 29.76% from 635); Blue value is 199 (78.12% from 255 or 31.34% from 635); Max value from RGB is 247 - color contains mainly: red. Hex color #F7BDC7 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F7BDC7 is #084238. Grayscale: #CFCFCF. Windows color (decimal): -541241 or 13090295. OLE color: 13090295.

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

Color convert

RGB247189199-
CMYK00.230.190.03
HSL349.66º78.38%85.49%-
HSV(B)349.66º23.48%96.86%-
XYZ66.8660.2962.15-
YUV207.48123.22156.19-

RGB Variations

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

RGB

RED value IS 247 (96.88% from 255) = 38.90%
GREEN value IS 189 (74.22% from 255) = 29.76%
BLUE value IS 199 (78.12% from 255) = 31.34%
R=38.90%
G=29.76%
B=31.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.19
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal24718919900.230.190.03349.6678.3885.49
HexF7BDC701713315e4e55
Octal367275307027233536116125
Binary111101111011110111000111010111100111110101111010011101010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F7BDC7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F7BDC7; }

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

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

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

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

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

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

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

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