#F7BBC9

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

Shades of Pink #F7BBC9

Tints of Pink #F7BBC9

Color information

#F7BBC9 (or 0xF7BBC9) is unknown color: approx Pink. HEX triplet: F7, BB and C9. RGB value is (247,187,201). Sum of RGB (Red+Green+Blue) = 247+187+201=635 (84% of max value = 765). Red value is 247 (96.88% from 255 or 38.90% from 635); Green value is 187 (73.44% from 255 or 29.45% from 635); Blue value is 201 (78.91% from 255 or 31.65% from 635); Max value from RGB is 247 - color contains mainly: red. Hex color #F7BBC9 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F7BBC9 is #084436. Grayscale: #CECECE. Windows color (decimal): -541751 or 13220855. OLE color: 13220855.

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

Color convert

RGB247187201-
CMYK00.240.190.03
HSL346º78.95%85.1%-
HSV(B)346º24.29%96.86%-
XYZ66.6759.5363.24-
YUV206.54124.88156.86-

RGB Variations

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

RGB

RED value IS 247 (96.88% from 255) = 38.90%
GREEN value IS 187 (73.44% from 255) = 29.45%
BLUE value IS 201 (78.91% from 255) = 31.65%
R=38.90%
G=29.45%
B=31.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.19
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal24718720100.240.190.0334678.9585.1
HexF7BBC901813315a4f55
Octal367273311030233532117125
Binary111101111011101111001001011000100111110101101010011111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F7BBC9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F7BBC9; }

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

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

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

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

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

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

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

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