#F8BECB

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

Shades of Pink #F8BECB

Tints of Pink #F8BECB

Color information

#F8BECB (or 0xF8BECB) is unknown color: approx Pink. HEX triplet: F8, BE and CB. RGB value is (248,190,203). Sum of RGB (Red+Green+Blue) = 248+190+203=641 (84% of max value = 765). Red value is 248 (97.27% from 255 or 38.69% from 641); Green value is 190 (74.61% from 255 or 29.64% from 641); Blue value is 203 (79.69% from 255 or 31.67% from 641); Max value from RGB is 248 - color contains mainly: red. Hex color #F8BECB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F8BECB is #074134. Grayscale: #D0D0D0. Windows color (decimal): -475445 or 13352696. OLE color: 13352696.

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

Color convert

RGB248190203-
CMYK00.230.180.03
HSL346.55º80.56%85.88%-
HSV(B)346.55º23.39%97.25%-
XYZ67.961.164.71-
YUV208.82124.72155.94-

RGB Variations

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

RGB

RED value IS 248 (97.27% from 255) = 38.69%
GREEN value IS 190 (74.61% from 255) = 29.64%
BLUE value IS 203 (79.69% from 255) = 31.67%
R=38.69%
G=29.64%
B=31.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.18
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal24819020300.230.180.03346.5580.5685.88
HexF8BECB01712315b5156
Octal370276313027223533121126
Binary111110001011111011001011010111100101110101101110100011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F8BECB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F8BECB; }

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

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

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

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

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

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

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

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