#F8BCBB

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

Shades of Your Pink #F8BCBB

Tints of Your Pink #F8BCBB

Color information

#F8BCBB (or 0xF8BCBB) is unknown color: approx Your Pink. HEX triplet: F8, BC and BB. RGB value is (248,188,187). Sum of RGB (Red+Green+Blue) = 248+188+187=623 (82% of max value = 765). Red value is 248 (97.27% from 255 or 39.81% from 623); Green value is 188 (73.83% from 255 or 30.18% from 623); Blue value is 187 (73.44% from 255 or 30.02% from 623); Max value from RGB is 248 - color contains mainly: red. Hex color #F8BCBB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F8BCBB is #074344. Grayscale: #CDCDCD. Windows color (decimal): -475973 or 12303608. OLE color: 12303608.

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

Color convert

RGB248188187-
CMYK00.240.250.03
HSL0.98º81.33%85.29%-
HSV(B)0.98º24.6%97.25%-
XYZ65.6659.5155.04-
YUV205.83117.38158.08-

RGB Variations

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

RGB

RED value IS 248 (97.27% from 255) = 39.81%
GREEN value IS 188 (73.83% from 255) = 30.18%
BLUE value IS 187 (73.44% from 255) = 30.02%
R=39.81%
G=30.18%
B=30.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.25
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal24818818700.240.250.030.9881.3385.29
HexF8BCBB01819315155
Octal3702742730303131121125
Binary1111100010111100101110110110001100111110100011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F8BCBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F8BCBB; }

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

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

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

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

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

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

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

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