Html Css Color HEX #F1B6EC French Lilac

📋 copy color: '#F1B6EC'

red 241 ◦ green 182 ◦ blue 236

#F1B6EC
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of French Lilac #F1B6EC

Tints of French Lilac #F1B6EC

RGB

 RED value IS 241 (94.53% from 255) = 36.57%

 GREEN value IS 182 (71.48% from 255) = 27.62%

 BLUE value IS 236 (92.58% from 255) = 35.81%

R = 36.57%
G = 27.62%
B = 35.81%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.02

 K value IS 0.05

RGB Variations

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

Color information

#F1B6EC (or 0xF1B6EC) is known color: French Lilac. HEX triplet: F1, B6 and EC. RGB value is (241,182,236). Sum of RGB (Red+Green+Blue) = 241+182+236=659 (87% of max value = 765). Red value is 241 (94.53% from 255 or 36.57% from 659); Green value is 182 (71.48% from 255 or 27.62% from 659); Blue value is 236 (92.58% from 255 or 35.81% from 659); Max value from RGB is 241 - color contains mainly: red. Hex color #F1B6EC is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F1B6EC is #0E4913. Grayscale: #CDCDCD. Windows color (decimal): -936212 or 15513329. OLE color: 15513329.

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

Color convert

RGB 241 182 236 -
CMYK 0 0.24 0.02 0.05
HSL 305.08º 0.68% 0.83% -
HSV(B) 305.08º 0.24% 0.95% -
XYZ 68.14 58.21 87 -
YUV 205.8 145.05 153.11 -
System Red Green Blue C M Y K H S L
Decimal 241 182 236 0 0.24 0.02 0.05 305.08 0.68 0.83
Hex F1 B6 EC 0 18 2 5 131 44 53
Octal 361 266 354 0 30 2 5 461 104 123
Binary 11110001 10110110 11101100 0 11000 10 101 100110001 1000100 1010011

Color Harmonies of #F1B6EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1B6EC

Black with #F1B6EC

Text Example


Text Example

White with #F1B6EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1B6EC; }

 p { color: rgb(241,182,236); }

 H1.HeaderClassName
 {
   color: #F1B6EC;
 }
 .AnyTagClassName
 {
   color: #F1B6EC;
 }
</style>

background-color css

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

 a { background-color: rgb(241,182,236); }

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

border-color css

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

 span { border-color: rgb(241,182,236); }

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