#F1B5BA

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

Shades of Light Pink #F1B5BA

Tints of Light Pink #F1B5BA

Color information

#F1B5BA (or 0xF1B5BA) is unknown color: approx Light Pink. HEX triplet: F1, B5 and BA. RGB value is (241,181,186). Sum of RGB (Red+Green+Blue) = 241+181+186=608 (80% of max value = 765). Red value is 241 (94.53% from 255 or 39.64% from 608); Green value is 181 (71.09% from 255 or 29.77% from 608); Blue value is 186 (73.05% from 255 or 30.59% from 608); Max value from RGB is 241 - color contains mainly: red. Hex color #F1B5BA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F1B5BA is #0E4A45. Grayscale: #C7C7C7. Windows color (decimal): -936518 or 12236273. OLE color: 12236273.

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

Color convert

RGB241181186-
CMYK00.250.230.05
HSL355º68.18%82.75%-
HSV(B)355º24.9%94.51%-
XYZ61.6655.2953.88-
YUV199.51120.38157.59-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 39.64%
GREEN value IS 181 (71.09% from 255) = 29.77%
BLUE value IS 186 (73.05% from 255) = 30.59%
R=39.64%
G=29.77%
B=30.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.23
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24118118600.250.230.0535568.1882.75
HexF1B5BA0191751634453
Octal361265272031275543104123
Binary1111000110110101101110100110011011110110110001110001001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1B5BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1B5BA; }

 p { color: rgb(241,181,186); }

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

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

 a { background-color: rgb(241,181,186); }

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

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

 span { border-color: rgb(241,181,186); }

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