#F2B6ED

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

Shades of French Lilac #F2B6ED

Tints of French Lilac #F2B6ED

Color information

#F2B6ED (or 0xF2B6ED) is unknown color: approx French Lilac. HEX triplet: F2, B6 and ED. RGB value is (242,182,237). Sum of RGB (Red+Green+Blue) = 242+182+237=661 (87% of max value = 765). Red value is 242 (94.92% from 255 or 36.61% from 661); Green value is 182 (71.48% from 255 or 27.53% from 661); Blue value is 237 (92.97% from 255 or 35.85% from 661); Max value from RGB is 242 - color contains mainly: red. Hex color #F2B6ED is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F2B6ED is #0D4912. Grayscale: #CECECE. Windows color (decimal): -870675 or 15578866. OLE color: 15578866.

HSL color Cylindrical-coordinate representation of color #F2B6ED: hue angle of 305º degrees, saturation: 0.7, 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 #F2B6ED is Cyan = 0, Magento = 0.25, Yellow = 0.02 and Black (K on CMYK) = 0.05.

Color convert

RGB242182237-
CMYK00.250.020.05
HSL305º69.77%83.14%-
HSV(B)305º24.79%94.9%-
XYZ68.6358.4587.78-
YUV206.21145.38153.53-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 36.61%
GREEN value IS 182 (71.48% from 255) = 27.53%
BLUE value IS 237 (92.97% from 255) = 35.85%
R=36.61%
G=27.53%
B=35.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.02
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24218223700.250.020.0530569.7783.14
HexF2B6ED019251314653
Octal36226635503125461106123
Binary1111001010110110111011010110011010110011000110001101010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F2B6ED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F2B6ED; }

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

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

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

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

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

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

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

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