#F8B6BE

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

Shades of Light Pink #F8B6BE

Tints of Light Pink #F8B6BE

Color information

#F8B6BE (or 0xF8B6BE) is unknown color: approx Light Pink. HEX triplet: F8, B6 and BE. RGB value is (248,182,190). Sum of RGB (Red+Green+Blue) = 248+182+190=620 (82% of max value = 765). Red value is 248 (97.27% from 255 or 40% from 620); Green value is 182 (71.48% from 255 or 29.35% from 620); Blue value is 190 (74.61% from 255 or 30.65% from 620); Max value from RGB is 248 - color contains mainly: red. Hex color #F8B6BE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F8B6BE is #074941. Grayscale: #CACACA. Windows color (decimal): -477506 or 12498680. OLE color: 12498680.

HSL color Cylindrical-coordinate representation of color #F8B6BE: hue angle of 352.73º degrees, saturation: 0.82, 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 #F8B6BE is Cyan = 0, Magento = 0.27, Yellow = 0.23 and Black (K on CMYK) = 0.03.

Color convert

RGB248182190-
CMYK00.270.230.03
HSL352.73º82.5%84.31%-
HSV(B)352.73º26.61%97.25%-
XYZ64.7357.1356.33-
YUV202.65120.87160.35-

RGB Variations

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

RGB

RED value IS 248 (97.27% from 255) = 40%
GREEN value IS 182 (71.48% from 255) = 29.35%
BLUE value IS 190 (74.61% from 255) = 30.65%
R=40%
G=29.35%
B=30.65%

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
Decimal24818219000.270.230.03352.7382.584.31
HexF8B6BE01B1731615254
Octal370266276033273541122124
Binary111110001011011010111110011011101111110110000110100101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F8B6BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F8B6BE; }

 p { color: rgb(248,182,190); }

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

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

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

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

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

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

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