#F9BDCB

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

Shades of Pink #F9BDCB

Tints of Pink #F9BDCB

Color information

#F9BDCB (or 0xF9BDCB) is unknown color: approx Pink. HEX triplet: F9, BD and CB. RGB value is (249,189,203). Sum of RGB (Red+Green+Blue) = 249+189+203=641 (84% of max value = 765). Red value is 249 (97.66% from 255 or 38.85% from 641); Green value is 189 (74.22% from 255 or 29.49% from 641); Blue value is 203 (79.69% from 255 or 31.67% from 641); Max value from RGB is 249 - color contains mainly: red. Hex color #F9BDCB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F9BDCB is #064234. Grayscale: #D0D0D0. Windows color (decimal): -410165 or 13352441. OLE color: 13352441.

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

Color convert

RGB249189203-
CMYK00.240.180.02
HSL346º83.33%85.88%-
HSV(B)346º24.1%97.65%-
XYZ68.0460.8564.66-
YUV208.54124.88156.86-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 38.85%
GREEN value IS 189 (74.22% from 255) = 29.49%
BLUE value IS 203 (79.69% from 255) = 31.67%
R=38.85%
G=29.49%
B=31.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.18
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal24918920300.240.180.0234683.3385.88
HexF9BDCB01812215a5356
Octal371275313030222532123126
Binary111110011011110111001011011000100101010101101010100111010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F9BDCB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F9BDCB; }

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

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

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

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

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

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

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

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