#F9BECB

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

Shades of Pink #F9BECB

Tints of Pink #F9BECB

Color information

#F9BECB (or 0xF9BECB) is unknown color: approx Pink. HEX triplet: F9, BE and CB. RGB value is (249,190,203). Sum of RGB (Red+Green+Blue) = 249+190+203=642 (85% of max value = 765). Red value is 249 (97.66% from 255 or 38.79% from 642); Green value is 190 (74.61% from 255 or 29.60% from 642); Blue value is 203 (79.69% from 255 or 31.62% from 642); Max value from RGB is 249 - color contains mainly: red. Hex color #F9BECB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F9BECB is #064134. Grayscale: #D1D1D1. Windows color (decimal): -409909 or 13352697. OLE color: 13352697.

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

Color convert

RGB249190203-
CMYK00.240.180.02
HSL346.78º83.1%86.08%-
HSV(B)346.78º23.69%97.65%-
XYZ68.2661.2864.73-
YUV209.12124.55156.44-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 38.79%
GREEN value IS 190 (74.61% from 255) = 29.60%
BLUE value IS 203 (79.69% from 255) = 31.62%
R=38.79%
G=29.60%
B=31.62%

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
Decimal24919020300.240.180.02346.7883.186.08
HexF9BECB01812215b5356
Octal371276313030222533123126
Binary111110011011111011001011011000100101010101101110100111010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F9BECB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F9BECB; }

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

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

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

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

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

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

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

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