Html Css Color HEX #F2BEEA French Lilac

📋 copy color: '#F2BEEA'

red 242 ◦ green 190 ◦ blue 234

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

Shades of French Lilac #F2BEEA

Tints of French Lilac #F2BEEA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 35.14%

R = 36.34%
G = 28.53%
B = 35.14%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.03

 K value IS 0.05

RGB Variations

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

Color information

#F2BEEA (or 0xF2BEEA) is known color: French Lilac. HEX triplet: F2, BE and EA. RGB value is (242,190,234). Sum of RGB (Red+Green+Blue) = 242+190+234=666 (88% of max value = 765). Red value is 242 (94.92% from 255 or 36.34% from 666); Green value is 190 (74.61% from 255 or 28.53% from 666); Blue value is 234 (91.80% from 255 or 35.14% from 666); Max value from RGB is 242 - color contains mainly: red. Hex color #F2BEEA is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F2BEEA is #0D4115. Grayscale: #D2D2D2. Windows color (decimal): -868630 or 15384306. OLE color: 15384306.

HSL color Cylindrical-coordinate representation of color #F2BEEA: hue angle of 309.23º 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 #F2BEEA is Cyan = 0, Magento = 0.21, Yellow = 0.03 and Black (K on CMYK) = 0.05.

Color convert

RGB 242 190 234 -
CMYK 0 0.21 0.03 0.05
HSL 309.23º 0.67% 0.85% -
HSV(B) 309.23º 0.21% 0.95% -
XYZ 69.88 61.64 86.06 -
YUV 210.56 141.23 150.42 -
System Red Green Blue C M Y K H S L
Decimal 242 190 234 0 0.21 0.03 0.05 309.23 0.67 0.85
Hex F2 BE EA 0 15 3 5 135 43 55
Octal 362 276 352 0 25 3 5 465 103 125
Binary 11110010 10111110 11101010 0 10101 11 101 100110101 1000011 1010101

Color Harmonies of #F2BEEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2BEEA

Black with #F2BEEA

Text Example


Text Example

White with #F2BEEA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2BEEA; }

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

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

background-color css

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

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

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

border-color css

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

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

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