#F3B2BA

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

Shades of Light Pink #F3B2BA

Tints of Light Pink #F3B2BA

Color information

#F3B2BA (or 0xF3B2BA) is unknown color: approx Light Pink. HEX triplet: F3, B2 and BA. RGB value is (243,178,186). Sum of RGB (Red+Green+Blue) = 243+178+186=607 (80% of max value = 765). Red value is 243 (95.31% from 255 or 40.03% from 607); Green value is 178 (69.92% from 255 or 29.32% from 607); Blue value is 186 (73.05% from 255 or 30.64% from 607); Max value from RGB is 243 - color contains mainly: red. Hex color #F3B2BA is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F3B2BA is #0C4D45. Grayscale: #C6C6C6. Windows color (decimal): -806214 or 12235507. OLE color: 12235507.

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

Color convert

RGB243178186-
CMYK00.270.230.05
HSL352.62º73.03%82.55%-
HSV(B)352.62º26.75%95.29%-
XYZ61.7554.4453.71-
YUV198.35121.03159.85-

RGB Variations

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

RGB

RED value IS 243 (95.31% from 255) = 40.03%
GREEN value IS 178 (69.92% from 255) = 29.32%
BLUE value IS 186 (73.05% from 255) = 30.64%
R=40.03%
G=29.32%
B=30.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.23
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24317818600.270.230.05352.6273.0382.55
HexF3B2BA01B1751614953
Octal363262272033275541111123
Binary1111001110110010101110100110111011110110110000110010011010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F3B2BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F3B2BA; }

 p { color: rgb(243,178,186); }

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

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

 a { background-color: rgb(243,178,186); }

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

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

 span { border-color: rgb(243,178,186); }

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