#F8BECA

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

Shades of Pink #F8BECA

Tints of Pink #F8BECA

Color information

#F8BECA (or 0xF8BECA) is unknown color: approx Pink. HEX triplet: F8, BE and CA. RGB value is (248,190,202). Sum of RGB (Red+Green+Blue) = 248+190+202=640 (84% of max value = 765). Red value is 248 (97.27% from 255 or 38.75% from 640); Green value is 190 (74.61% from 255 or 29.69% from 640); Blue value is 202 (79.30% from 255 or 31.56% from 640); Max value from RGB is 248 - color contains mainly: red. Hex color #F8BECA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F8BECA is #074135. Grayscale: #D0D0D0. Windows color (decimal): -475446 or 13287160. OLE color: 13287160.

HSL color Cylindrical-coordinate representation of color #F8BECA: hue angle of 347.59º degrees, saturation: 0.81, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #F8BECA is Cyan = 0, Magento = 0.23, Yellow = 0.19 and Black (K on CMYK) = 0.03.

Color convert

RGB248190202-
CMYK00.230.190.03
HSL347.59º80.56%85.88%-
HSV(B)347.59º23.39%97.25%-
XYZ67.7961.0564.09-
YUV208.71124.22156.02-

RGB Variations

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

RGB

RED value IS 248 (97.27% from 255) = 38.75%
GREEN value IS 190 (74.61% from 255) = 29.69%
BLUE value IS 202 (79.30% from 255) = 31.56%
R=38.75%
G=29.69%
B=31.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.19
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal24819020200.230.190.03347.5980.5685.88
HexF8BECA01713315c5156
Octal370276312027233534121126
Binary111110001011111011001010010111100111110101110010100011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F8BECA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F8BECA; }

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

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

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

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

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

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

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

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