#F1B7BF

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

Shades of Light Pink #F1B7BF

Tints of Light Pink #F1B7BF

Color information

#F1B7BF (or 0xF1B7BF) is unknown color: approx Light Pink. HEX triplet: F1, B7 and BF. RGB value is (241,183,191). Sum of RGB (Red+Green+Blue) = 241+183+191=615 (81% of max value = 765). Red value is 241 (94.53% from 255 or 39.19% from 615); Green value is 183 (71.88% from 255 or 29.76% from 615); Blue value is 191 (75% from 255 or 31.06% from 615); Max value from RGB is 241 - color contains mainly: red. Hex color #F1B7BF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F1B7BF is #0E4840. Grayscale: #C9C9C9. Windows color (decimal): -936001 or 12564465. OLE color: 12564465.

HSL color Cylindrical-coordinate representation of color #F1B7BF: hue angle of 351.72º degrees, saturation: 0.67, 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 #F1B7BF is Cyan = 0, Magento = 0.24, Yellow = 0.21 and Black (K on CMYK) = 0.05.

Color convert

RGB241183191-
CMYK00.240.210.05
HSL351.72º67.44%83.14%-
HSV(B)351.72º24.07%94.51%-
XYZ62.6156.3356.86-
YUV201.25122.22156.35-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 39.19%
GREEN value IS 183 (71.88% from 255) = 29.76%
BLUE value IS 191 (75% from 255) = 31.06%
R=39.19%
G=29.76%
B=31.06%

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
Decimal24118319100.240.210.05351.7267.4483.14
HexF1B7BF0181551604353
Octal361267277030255540103123
Binary1111000110110111101111110110001010110110110000010000111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1B7BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1B7BF; }

 p { color: rgb(241,183,191); }

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

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

 a { background-color: rgb(241,183,191); }

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

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

 span { border-color: rgb(241,183,191); }

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