Html Css Color HEX #F2BEE7 French Lilac

📋 copy color: '#F2BEE7'

red 242 ◦ green 190 ◦ blue 231

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

Shades of French Lilac #F2BEE7

Tints of French Lilac #F2BEE7

RGB

 RED value IS 242 (94.92% from 255) = 36.5%

 GREEN value IS 190 (74.61% from 255) = 28.66%

 BLUE value IS 231 (90.63% from 255) = 34.84%

R = 36.5%
G = 28.66%
B = 34.84%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.05

 K value IS 0.05

RGB Variations

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

Color information

#F2BEE7 (or 0xF2BEE7) is known color: French Lilac. HEX triplet: F2, BE and E7. RGB value is (242,190,231). Sum of RGB (Red+Green+Blue) = 242+190+231=663 (87% of max value = 765). Red value is 242 (94.92% from 255 or 36.50% from 663); Green value is 190 (74.61% from 255 or 28.66% from 663); Blue value is 231 (90.62% from 255 or 34.84% from 663); Max value from RGB is 242 - color contains mainly: red. Hex color #F2BEE7 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F2BEE7 is #0D4118. Grayscale: #D2D2D2. Windows color (decimal): -868633 or 15187698. OLE color: 15187698.

HSL color Cylindrical-coordinate representation of color #F2BEE7: hue angle of 312.69º degrees, saturation: 0.67, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #F2BEE7 is Cyan = 0, Magento = 0.21, Yellow = 0.05 and Black (K on CMYK) = 0.05.

Color convert

RGB 242 190 231 -
CMYK 0 0.21 0.05 0.05
HSL 312.69º 0.67% 0.85% -
HSV(B) 312.69º 0.21% 0.95% -
XYZ 69.46 61.47 83.81 -
YUV 210.22 139.73 150.67 -
System Red Green Blue C M Y K H S L
Decimal 242 190 231 0 0.21 0.05 0.05 312.69 0.67 0.85
Hex F2 BE E7 0 15 5 5 139 43 55
Octal 362 276 347 0 25 5 5 471 103 125
Binary 11110010 10111110 11100111 0 10101 101 101 100111001 1000011 1010101

Color Harmonies of #F2BEE7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2BEE7

Black with #F2BEE7

Text Example


Text Example

White with #F2BEE7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2BEE7; }

 p { color: rgb(242,190,231); }

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

background-color css

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

 a { background-color: rgb(242,190,231); }

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

border-color css

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

 span { border-color: rgb(242,190,231); }

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