#F1B2F3

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

Shades of Plum #F1B2F3

Tints of Plum #F1B2F3

Color information

#F1B2F3 (or 0xF1B2F3) is unknown color: approx Plum. HEX triplet: F1, B2 and F3. RGB value is (241,178,243). Sum of RGB (Red+Green+Blue) = 241+178+243=662 (87% of max value = 765). Red value is 241 (94.53% from 255 or 36.40% from 662); Green value is 178 (69.92% from 255 or 26.89% from 662); Blue value is 243 (95.31% from 255 or 36.71% from 662); Max value from RGB is 243 - color contains mainly: blue. Hex color #F1B2F3 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F1B2F3 is #0E4D0C. Grayscale: #CCCCCC. Windows color (decimal): -937229 or 15971057. OLE color: 15971057.

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

Color convert

RGB241178243-
CMYK0.010.2700.05
HSL298.15º73.03%82.55%-
HSV(B)298.15º26.75%95.29%-
XYZ68.3757.0192.19-
YUV204.25149.87154.21-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 36.40%
GREEN value IS 178 (69.92% from 255) = 26.89%
BLUE value IS 243 (95.31% from 255) = 36.71%
R=36.40%
G=26.89%
B=36.71%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2411782430.010.2700.05298.1573.0382.55
HexF1B2F311B0512a4953
Octal36126236313305452111123
Binary111100011011001011110011111011010110010101010010011010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1B2F3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1B2F3; }

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

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

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

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

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

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

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

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