#f3a2bb

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

Shades of Illusion #F3A2BB

Tints of Illusion #F3A2BB

Color information

#F3A2BB (or 0xF3A2BB) is unknown color: approx Illusion. HEX triplet: F3, A2 and BB. RGB value is (243,162,187). Sum of RGB (Red+Green+Blue) = 243+162+187=592 (78% of max value = 765). Red value is 243 (95.31% from 255 or 41.05% from 592); Green value is 162 (63.67% from 255 or 27.36% from 592); Blue value is 187 (73.44% from 255 or 31.59% from 592); Max value from RGB is 243 - color contains mainly: red. Hex color #F3A2BB is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F3A2BB is #0C5D44. Grayscale: #BDBDBD. Windows color (decimal): -810309 or 12296947. OLE color: 12296947.

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

Color convert

RGB243162187-
CMYK00.330.230.05
HSL341.48º77.14%79.41%-
HSV(B)341.48º33.33%95.29%-
XYZ58.8548.4853.27-
YUV189.07126.84166.47-

RGB Variations

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

RGB

RED value IS 243 (95.31% from 255) = 41.05%
GREEN value IS 162 (63.67% from 255) = 27.36%
BLUE value IS 187 (73.44% from 255) = 31.59%
R=41.05%
G=27.36%
B=31.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.23
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24316218700.330.230.05341.4877.1479.41
HexF3A2BB0211751554d4f
Octal363242273041275525115117
Binary11110011101000101011101101000011011110110101010110011011001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #f3a2bb

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #f3a2bb; }

 p { color: rgb(243,162,187); }

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

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

 a { background-color: rgb(243,162,187); }

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

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

 span { border-color: rgb(243,162,187); }

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