#F8B5BF

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

Shades of Light Pink #F8B5BF

Tints of Light Pink #F8B5BF

Color information

#F8B5BF (or 0xF8B5BF) is unknown color: approx Light Pink. HEX triplet: F8, B5 and BF. RGB value is (248,181,191). Sum of RGB (Red+Green+Blue) = 248+181+191=620 (82% of max value = 765). Red value is 248 (97.27% from 255 or 40% from 620); Green value is 181 (71.09% from 255 or 29.19% from 620); Blue value is 191 (75% from 255 or 30.81% from 620); Max value from RGB is 248 - color contains mainly: red. Hex color #F8B5BF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F8B5BF is #074A40. Grayscale: #CACACA. Windows color (decimal): -477761 or 12563960. OLE color: 12563960.

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

Color convert

RGB248181191-
CMYK00.270.230.03
HSL351.04º82.72%84.12%-
HSV(B)351.04º27.02%97.25%-
XYZ64.6456.7756.84-
YUV202.17121.7160.69-

RGB Variations

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

RGB

RED value IS 248 (97.27% from 255) = 40%
GREEN value IS 181 (71.09% from 255) = 29.19%
BLUE value IS 191 (75% from 255) = 30.81%
R=40%
G=29.19%
B=30.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.23
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal24818119100.270.230.03351.0482.7284.12
HexF8B5BF01B17315f5354
Octal370265277033273537123124
Binary111110001011010110111111011011101111110101111110100111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F8B5BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F8B5BF; }

 p { color: rgb(248,181,191); }

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

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

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

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

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

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

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