#f2b0f3

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

Shades of Lavender Rose #F2B0F3

Tints of Lavender Rose #F2B0F3

Color information

#F2B0F3 (or 0xF2B0F3) is unknown color: approx Lavender Rose. HEX triplet: F2, B0 and F3. RGB value is (242,176,243). Sum of RGB (Red+Green+Blue) = 242+176+243=661 (87% of max value = 765). Red value is 242 (94.92% from 255 or 36.61% from 661); Green value is 176 (69.14% from 255 or 26.63% from 661); Blue value is 243 (95.31% from 255 or 36.76% from 661); Max value from RGB is 243 - color contains mainly: blue. Hex color #F2B0F3 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F2B0F3 is #0D4F0C. Grayscale: #CBCBCB. Windows color (decimal): -872205 or 15970546. OLE color: 15970546.

HSL color Cylindrical-coordinate representation of color #F2B0F3: hue angle of 299.1º degrees, saturation: 0.74, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #F2B0F3 is Cyan = 0.00, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB242176243-
CMYK0.000.2800.05
HSL299.1º73.63%82.16%-
HSV(B)299.1º27.57%95.29%-
XYZ68.3256.492.08-
YUV203.37150.37155.55-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 36.61%
GREEN value IS 176 (69.14% from 255) = 26.63%
BLUE value IS 243 (95.31% from 255) = 36.76%
R=36.61%
G=26.63%
B=36.76%

CMYK

C (Cyan) values IS 0.00
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2421762430.000.2800.05299.173.6382.16
HexF2B0F301C0512b4a52
Octal36226036303405453112122
Binary111100101011000011110011011100010110010101110010101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #f2b0f3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #f2b0f3; }

 p { color: rgb(242,176,243); }

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

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

 a { background-color: rgb(242,176,243); }

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

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

 span { border-color: rgb(242,176,243); }

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