#F9BBCB

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

Shades of Pink #F9BBCB

Tints of Pink #F9BBCB

Color information

#F9BBCB (or 0xF9BBCB) is unknown color: approx Pink. HEX triplet: F9, BB and CB. RGB value is (249,187,203). Sum of RGB (Red+Green+Blue) = 249+187+203=639 (84% of max value = 765). Red value is 249 (97.66% from 255 or 38.97% from 639); Green value is 187 (73.44% from 255 or 29.26% from 639); Blue value is 203 (79.69% from 255 or 31.77% from 639); Max value from RGB is 249 - color contains mainly: red. Hex color #F9BBCB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F9BBCB is #064434. Grayscale: #CFCFCF. Windows color (decimal): -410677 or 13351929. OLE color: 13351929.

HSL color Cylindrical-coordinate representation of color #F9BBCB: hue angle of 344.52º degrees, saturation: 0.84, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #F9BBCB is Cyan = 0, Magento = 0.25, Yellow = 0.18 and Black (K on CMYK) = 0.02.

Color convert

RGB249187203-
CMYK00.250.180.02
HSL344.52º83.78%85.49%-
HSV(B)344.52º24.9%97.65%-
XYZ67.6259.9964.52-
YUV207.36125.54157.7-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 38.97%
GREEN value IS 187 (73.44% from 255) = 29.26%
BLUE value IS 203 (79.69% from 255) = 31.77%
R=38.97%
G=29.26%
B=31.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.18
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal24918720300.250.180.02344.5283.7885.49
HexF9BBCB0191221595455
Octal371273313031222531124125
Binary111110011011101111001011011001100101010101100110101001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F9BBCB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F9BBCB; }

 p { color: rgb(249,187,203); }

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

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

 a { background-color: rgb(249,187,203); }

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

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

 span { border-color: rgb(249,187,203); }

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