#F2B6F3

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

Shades of French Lilac #F2B6F3

Tints of French Lilac #F2B6F3

Color information

#F2B6F3 (or 0xF2B6F3) is unknown color: approx French Lilac. HEX triplet: F2, B6 and F3. RGB value is (242,182,243). Sum of RGB (Red+Green+Blue) = 242+182+243=667 (88% of max value = 765). Red value is 242 (94.92% from 255 or 36.28% from 667); Green value is 182 (71.48% from 255 or 27.29% from 667); Blue value is 243 (95.31% from 255 or 36.43% from 667); Max value from RGB is 243 - color contains mainly: blue. Hex color #F2B6F3 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F2B6F3 is #0D490C. Grayscale: #CECECE. Windows color (decimal): -870669 or 15972082. OLE color: 15972082.

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

Color convert

RGB242182243-
CMYK0.000.2500.05
HSL299.02º71.76%83.33%-
HSV(B)299.02º25.1%95.29%-
XYZ69.5258.892.48-
YUV206.89148.38153.04-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 36.28%
GREEN value IS 182 (71.48% from 255) = 27.29%
BLUE value IS 243 (95.31% from 255) = 36.43%
R=36.28%
G=27.29%
B=36.43%

CMYK

C (Cyan) values IS 0.00
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2421822430.000.2500.05299.0271.7683.33
HexF2B6F30190512b4853
Octal36226636303105453110123
Binary111100101011011011110011011001010110010101110010001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F2B6F3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F2B6F3; }

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

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

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

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

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

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

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

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