#F8BCB7

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

Shades of Your Pink #F8BCB7

Tints of Your Pink #F8BCB7

Color information

#F8BCB7 (or 0xF8BCB7) is unknown color: approx Your Pink. HEX triplet: F8, BC and B7. RGB value is (248,188,183). Sum of RGB (Red+Green+Blue) = 248+188+183=619 (81% of max value = 765). Red value is 248 (97.27% from 255 or 40.06% from 619); Green value is 188 (73.83% from 255 or 30.37% from 619); Blue value is 183 (71.88% from 255 or 29.56% from 619); Max value from RGB is 248 - color contains mainly: red. Hex color #F8BCB7 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F8BCB7 is #074348. Grayscale: #CDCDCD. Windows color (decimal): -475977 or 12041464. OLE color: 12041464.

HSL color Cylindrical-coordinate representation of color #F8BCB7: hue angle of 4.62º degrees, saturation: 0.82, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #F8BCB7 is Cyan = 0, Magento = 0.24, Yellow = 0.26 and Black (K on CMYK) = 0.03.

Color convert

RGB248188183-
CMYK00.240.260.03
HSL4.62º82.28%84.51%-
HSV(B)4.62º26.21%97.25%-
XYZ65.2459.3452.82-
YUV205.37115.38158.41-

RGB Variations

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

RGB

RED value IS 248 (97.27% from 255) = 40.06%
GREEN value IS 188 (73.83% from 255) = 30.37%
BLUE value IS 183 (71.88% from 255) = 29.56%
R=40.06%
G=30.37%
B=29.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.26
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal24818818300.240.260.034.6282.2884.51
HexF8BCB70181A355255
Octal3702742670303235122125
Binary111110001011110010110111011000110101110110100101010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F8BCB7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F8BCB7; }

 p { color: rgb(248,188,183); }

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

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

 a { background-color: rgb(248,188,183); }

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

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

 span { border-color: rgb(248,188,183); }

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