#F1B6BE

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

Shades of Light Pink #F1B6BE

Tints of Light Pink #F1B6BE

Color information

#F1B6BE (or 0xF1B6BE) is unknown color: approx Light Pink. HEX triplet: F1, B6 and BE. RGB value is (241,182,190). Sum of RGB (Red+Green+Blue) = 241+182+190=613 (81% of max value = 765). Red value is 241 (94.53% from 255 or 39.31% from 613); Green value is 182 (71.48% from 255 or 29.69% from 613); Blue value is 190 (74.61% from 255 or 31.00% from 613); Max value from RGB is 241 - color contains mainly: red. Hex color #F1B6BE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F1B6BE is #0E4941. Grayscale: #C8C8C8. Windows color (decimal): -936258 or 12498673. OLE color: 12498673.

HSL color Cylindrical-coordinate representation of color #F1B6BE: hue angle of 351.86º degrees, saturation: 0.68, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #F1B6BE is Cyan = 0, Magento = 0.24, Yellow = 0.21 and Black (K on CMYK) = 0.05.

Color convert

RGB241182190-
CMYK00.240.210.05
HSL351.86º67.82%82.94%-
HSV(B)351.86º24.48%94.51%-
XYZ62.355.8756.22-
YUV200.55122.05156.85-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 39.31%
GREEN value IS 182 (71.48% from 255) = 29.69%
BLUE value IS 190 (74.61% from 255) = 31.00%
R=39.31%
G=29.69%
B=31.00%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.21
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24118219000.240.210.05351.8667.8282.94
HexF1B6BE0181551604453
Octal361266276030255540104123
Binary1111000110110110101111100110001010110110110000010001001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1B6BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1B6BE; }

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

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

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

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

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

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

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

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