#F8B1BB

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

Shades of Light Pink #F8B1BB

Tints of Light Pink #F8B1BB

Color information

#F8B1BB (or 0xF8B1BB) is unknown color: approx Light Pink. HEX triplet: F8, B1 and BB. RGB value is (248,177,187). Sum of RGB (Red+Green+Blue) = 248+177+187=612 (81% of max value = 765). Red value is 248 (97.27% from 255 or 40.52% from 612); Green value is 177 (69.53% from 255 or 28.92% from 612); Blue value is 187 (73.44% from 255 or 30.56% from 612); Max value from RGB is 248 - color contains mainly: red. Hex color #F8B1BB is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F8B1BB is #074E44. Grayscale: #C7C7C7. Windows color (decimal): -478789 or 12300792. OLE color: 12300792.

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

Color convert

RGB248177187-
CMYK00.290.250.03
HSL351.55º83.53%83.33%-
HSV(B)351.55º28.63%97.25%-
XYZ63.454.9954.29-
YUV199.37121.02162.69-

RGB Variations

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

RGB

RED value IS 248 (97.27% from 255) = 40.52%
GREEN value IS 177 (69.53% from 255) = 28.92%
BLUE value IS 187 (73.44% from 255) = 30.56%
R=40.52%
G=28.92%
B=30.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.25
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal24817718700.290.250.03351.5583.5383.33
HexF8B1BB01D1931605453
Octal370261273035313540124123
Binary111110001011000110111011011101110011110110000010101001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F8B1BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F8B1BB; }

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

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

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

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

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

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

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

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