#F7BDCA

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

Shades of Pink #F7BDCA

Tints of Pink #F7BDCA

Color information

#F7BDCA (or 0xF7BDCA) is unknown color: approx Pink. HEX triplet: F7, BD and CA. RGB value is (247,189,202). Sum of RGB (Red+Green+Blue) = 247+189+202=638 (84% of max value = 765). Red value is 247 (96.88% from 255 or 38.71% from 638); Green value is 189 (74.22% from 255 or 29.62% from 638); Blue value is 202 (79.30% from 255 or 31.66% from 638); Max value from RGB is 247 - color contains mainly: red. Hex color #F7BDCA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F7BDCA is #084235. Grayscale: #CFCFCF. Windows color (decimal): -541238 or 13286903. OLE color: 13286903.

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

Color convert

RGB247189202-
CMYK00.230.180.03
HSL346.55º78.38%85.49%-
HSV(B)346.55º23.48%96.86%-
XYZ67.2260.4364-
YUV207.82124.72155.94-

RGB Variations

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

RGB

RED value IS 247 (96.88% from 255) = 38.71%
GREEN value IS 189 (74.22% from 255) = 29.62%
BLUE value IS 202 (79.30% from 255) = 31.66%
R=38.71%
G=29.62%
B=31.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.18
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal24718920200.230.180.03346.5578.3885.49
HexF7BDCA01712315b4e55
Octal367275312027223533116125
Binary111101111011110111001010010111100101110101101110011101010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F7BDCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F7BDCA; }

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

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

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

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

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

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

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

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