#F8BECF

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

Shades of Pink #F8BECF

Tints of Pink #F8BECF

Color information

#F8BECF (or 0xF8BECF) is unknown color: approx Pink. HEX triplet: F8, BE and CF. RGB value is (248,190,207). Sum of RGB (Red+Green+Blue) = 248+190+207=645 (85% of max value = 765). Red value is 248 (97.27% from 255 or 38.45% from 645); Green value is 190 (74.61% from 255 or 29.46% from 645); Blue value is 207 (81.25% from 255 or 32.09% from 645); Max value from RGB is 248 - color contains mainly: red. Hex color #F8BECF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F8BECF is #074130. Grayscale: #D1D1D1. Windows color (decimal): -475441 or 13614840. OLE color: 13614840.

HSL color Cylindrical-coordinate representation of color #F8BECF: hue angle of 342.41º 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 #F8BECF is Cyan = 0, Magento = 0.23, Yellow = 0.17 and Black (K on CMYK) = 0.03.

Color convert

RGB248190207-
CMYK00.230.170.03
HSL342.41º80.56%85.88%-
HSV(B)342.41º23.39%97.25%-
XYZ68.3961.2967.26-
YUV209.28126.72155.62-

RGB Variations

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

RGB

RED value IS 248 (97.27% from 255) = 38.45%
GREEN value IS 190 (74.61% from 255) = 29.46%
BLUE value IS 207 (81.25% from 255) = 32.09%
R=38.45%
G=29.46%
B=32.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.17
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal24819020700.230.170.03342.4180.5685.88
HexF8BECF0171131565156
Octal370276317027213526121126
Binary111110001011111011001111010111100011110101011010100011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F8BECF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F8BECF; }

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

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

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

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

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

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

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

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