#F4B5BA

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

Shades of Light Pink #F4B5BA

Tints of Light Pink #F4B5BA

Color information

#F4B5BA (or 0xF4B5BA) is unknown color: approx Light Pink. HEX triplet: F4, B5 and BA. RGB value is (244,181,186). Sum of RGB (Red+Green+Blue) = 244+181+186=611 (80% of max value = 765). Red value is 244 (95.70% from 255 or 39.93% from 611); Green value is 181 (71.09% from 255 or 29.62% from 611); Blue value is 186 (73.05% from 255 or 30.44% from 611); Max value from RGB is 244 - color contains mainly: red. Hex color #F4B5BA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F4B5BA is #0B4A45. Grayscale: #C8C8C8. Windows color (decimal): -739910 or 12236276. OLE color: 12236276.

HSL color Cylindrical-coordinate representation of color #F4B5BA: hue angle of 355.24º degrees, saturation: 0.74, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #F4B5BA is Cyan = 0, Magento = 0.26, Yellow = 0.24 and Black (K on CMYK) = 0.04.

Color convert

RGB244181186-
CMYK00.260.240.04
HSL355.24º74.12%83.33%-
HSV(B)355.24º25.82%95.69%-
XYZ62.755.8353.93-
YUV200.41119.87159.09-

RGB Variations

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

RGB

RED value IS 244 (95.70% from 255) = 39.93%
GREEN value IS 181 (71.09% from 255) = 29.62%
BLUE value IS 186 (73.05% from 255) = 30.44%
R=39.93%
G=29.62%
B=30.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.24
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24418118600.260.240.04355.2474.1283.33
HexF4B5BA01A1841634a53
Octal364265272032304543112123
Binary1111010010110101101110100110101100010010110001110010101010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F4B5BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F4B5BA; }

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

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

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

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

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

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

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

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