#F9BECA

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

Shades of Pink #F9BECA

Tints of Pink #F9BECA

Color information

#F9BECA (or 0xF9BECA) is unknown color: approx Pink. HEX triplet: F9, BE and CA. RGB value is (249,190,202). Sum of RGB (Red+Green+Blue) = 249+190+202=641 (84% of max value = 765). Red value is 249 (97.66% from 255 or 38.85% from 641); Green value is 190 (74.61% from 255 or 29.64% from 641); Blue value is 202 (79.30% from 255 or 31.51% from 641); Max value from RGB is 249 - color contains mainly: red. Hex color #F9BECA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F9BECA is #064135. Grayscale: #D1D1D1. Windows color (decimal): -409910 or 13287161. OLE color: 13287161.

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

Color convert

RGB249190202-
CMYK00.240.190.02
HSL347.8º83.1%86.08%-
HSV(B)347.8º23.69%97.65%-
XYZ68.1461.2364.1-
YUV209.01124.05156.52-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 38.85%
GREEN value IS 190 (74.61% from 255) = 29.64%
BLUE value IS 202 (79.30% from 255) = 31.51%
R=38.85%
G=29.64%
B=31.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.19
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal24919020200.240.190.02347.883.186.08
HexF9BECA01813215c5356
Octal371276312030232534123126
Binary111110011011111011001010011000100111010101110010100111010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F9BECA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F9BECA; }

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

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

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

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

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

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

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

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