#F9BECC

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

Shades of Pink #F9BECC

Tints of Pink #F9BECC

Color information

#F9BECC (or 0xF9BECC) is unknown color: approx Pink. HEX triplet: F9, BE and CC. RGB value is (249,190,204). Sum of RGB (Red+Green+Blue) = 249+190+204=643 (85% of max value = 765). Red value is 249 (97.66% from 255 or 38.72% from 643); Green value is 190 (74.61% from 255 or 29.55% from 643); Blue value is 204 (80.08% from 255 or 31.73% from 643); Max value from RGB is 249 - color contains mainly: red. Hex color #F9BECC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F9BECC is #064133. Grayscale: #D1D1D1. Windows color (decimal): -409908 or 13418233. OLE color: 13418233.

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

Color convert

RGB249190204-
CMYK00.240.180.02
HSL345.76º83.1%86.08%-
HSV(B)345.76º23.69%97.65%-
XYZ68.3861.3365.36-
YUV209.24125.05156.36-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 38.72%
GREEN value IS 190 (74.61% from 255) = 29.55%
BLUE value IS 204 (80.08% from 255) = 31.73%
R=38.72%
G=29.55%
B=31.73%

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
Decimal24919020400.240.180.02345.7683.186.08
HexF9BECC01812215a5356
Octal371276314030222532123126
Binary111110011011111011001100011000100101010101101010100111010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F9BECC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F9BECC; }

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

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

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

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

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

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

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

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