#F5BECA

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

Shades of Pink #F5BECA

Tints of Pink #F5BECA

Color information

#F5BECA (or 0xF5BECA) is unknown color: approx Pink. HEX triplet: F5, BE and CA. RGB value is (245,190,202). Sum of RGB (Red+Green+Blue) = 245+190+202=637 (84% of max value = 765). Red value is 245 (96.09% from 255 or 38.46% from 637); Green value is 190 (74.61% from 255 or 29.83% from 637); Blue value is 202 (79.30% from 255 or 31.71% from 637); Max value from RGB is 245 - color contains mainly: red. Hex color #F5BECA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F5BECA is #0A4135. Grayscale: #CFCFCF. Windows color (decimal): -672054 or 13287157. OLE color: 13287157.

HSL color Cylindrical-coordinate representation of color #F5BECA: hue angle of 346.91º degrees, saturation: 0.73, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #F5BECA is Cyan = 0, Magento = 0.22, Yellow = 0.18 and Black (K on CMYK) = 0.04.

Color convert

RGB245190202-
CMYK00.220.180.04
HSL346.91º73.33%85.29%-
HSV(B)346.91º22.45%96.08%-
XYZ66.7360.564.04-
YUV207.81124.72154.52-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 38.46%
GREEN value IS 190 (74.61% from 255) = 29.83%
BLUE value IS 202 (79.30% from 255) = 31.71%
R=38.46%
G=29.83%
B=31.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.18
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24519020200.220.180.04346.9173.3385.29
HexF5BECA01612415b4955
Octal365276312026224533111125
Binary1111010110111110110010100101101001010010101101110010011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F5BECA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F5BECA; }

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

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

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

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

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

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

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

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