#F3B2BC

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

Shades of Light Pink #F3B2BC

Tints of Light Pink #F3B2BC

Color information

#F3B2BC (or 0xF3B2BC) is unknown color: approx Light Pink. HEX triplet: F3, B2 and BC. RGB value is (243,178,188). Sum of RGB (Red+Green+Blue) = 243+178+188=609 (80% of max value = 765). Red value is 243 (95.31% from 255 or 39.90% from 609); Green value is 178 (69.92% from 255 or 29.23% from 609); Blue value is 188 (73.83% from 255 or 30.87% from 609); Max value from RGB is 243 - color contains mainly: red. Hex color #F3B2BC is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F3B2BC is #0C4D43. Grayscale: #C6C6C6. Windows color (decimal): -806212 or 12366579. OLE color: 12366579.

HSL color Cylindrical-coordinate representation of color #F3B2BC: hue angle of 350.77º 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 #F3B2BC is Cyan = 0, Magento = 0.27, Yellow = 0.23 and Black (K on CMYK) = 0.05.

Color convert

RGB243178188-
CMYK00.270.230.05
HSL350.77º73.03%82.55%-
HSV(B)350.77º26.75%95.29%-
XYZ61.9654.5354.84-
YUV198.58122.03159.69-

RGB Variations

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

RGB

RED value IS 243 (95.31% from 255) = 39.90%
GREEN value IS 178 (69.92% from 255) = 29.23%
BLUE value IS 188 (73.83% from 255) = 30.87%
R=39.90%
G=29.23%
B=30.87%

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
Decimal24317818800.270.230.05350.7773.0382.55
HexF3B2BC01B17515f4953
Octal363262274033275537111123
Binary1111001110110010101111000110111011110110101111110010011010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F3B2BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F3B2BC; }

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

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

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

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

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

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

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

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