#F8B0B1

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

Shades of Light Pink #F8B0B1

Tints of Light Pink #F8B0B1

Color information

#F8B0B1 (or 0xF8B0B1) is unknown color: approx Light Pink. HEX triplet: F8, B0 and B1. RGB value is (248,176,177). Sum of RGB (Red+Green+Blue) = 248+176+177=601 (79% of max value = 765). Red value is 248 (97.27% from 255 or 41.26% from 601); Green value is 176 (69.14% from 255 or 29.28% from 601); Blue value is 177 (69.53% from 255 or 29.45% from 601); Max value from RGB is 248 - color contains mainly: red. Hex color #F8B0B1 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F8B0B1 is #074F4E. Grayscale: #C5C5C5. Windows color (decimal): -479055 or 11645176. OLE color: 11645176.

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

Color convert

RGB248176177-
CMYK00.290.290.03
HSL359.17º83.72%83.14%-
HSV(B)359.17º29.03%97.25%-
XYZ62.1754.1848.78-
YUV197.64116.35163.92-

RGB Variations

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

RGB

RED value IS 248 (97.27% from 255) = 41.26%
GREEN value IS 176 (69.14% from 255) = 29.28%
BLUE value IS 177 (69.53% from 255) = 29.45%
R=41.26%
G=29.28%
B=29.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.29
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal24817617700.290.290.03359.1783.7283.14
HexF8B0B101D1D31675453
Octal370260261035353547124123
Binary111110001011000010110001011101111011110110011110101001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F8B0B1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F8B0B1; }

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

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

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

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

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

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

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

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