#F8BBBB

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

Shades of Your Pink #F8BBBB

Tints of Your Pink #F8BBBB

Color information

#F8BBBB (or 0xF8BBBB) is unknown color: approx Your Pink. HEX triplet: F8, BB and BB. RGB value is (248,187,187). Sum of RGB (Red+Green+Blue) = 248+187+187=622 (82% of max value = 765). Red value is 248 (97.27% from 255 or 39.87% from 622); Green value is 187 (73.44% from 255 or 30.06% from 622); Blue value is 187 (73.44% from 255 or 30.06% from 622); Max value from RGB is 248 - color contains mainly: red. Hex color #F8BBBB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F8BBBB is #074444. Grayscale: #CDCDCD. Windows color (decimal): -476229 or 12303352. OLE color: 12303352.

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

Color convert

RGB248187187-
CMYK00.250.250.03
HSL81.33%85.29%-
HSV(B)24.6%97.25%-
XYZ65.4559.0854.97-
YUV205.24117.71158.5-

RGB Variations

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

RGB

RED value IS 248 (97.27% from 255) = 39.87%
GREEN value IS 187 (73.44% from 255) = 30.06%
BLUE value IS 187 (73.44% from 255) = 30.06%
R=39.87%
G=30.06%
B=30.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.25
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal24818718700.250.250.03081.3385.29
HexF8BBBB01919305155
Octal3702732730313130121125
Binary1111100010111011101110110110011100111010100011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F8BBBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F8BBBB; }

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

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

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

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

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

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

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

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