Html Css Color HEX #F2BEEB French Lilac

📋 copy color: '#F2BEEB'

red 242 ◦ green 190 ◦ blue 235

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

Shades of French Lilac #F2BEEB

Tints of French Lilac #F2BEEB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 35.23%

R = 36.28%
G = 28.49%
B = 35.23%

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

#F2BEEB (or 0xF2BEEB) is known color: French Lilac. HEX triplet: F2, BE and EB. RGB value is (242,190,235). Sum of RGB (Red+Green+Blue) = 242+190+235=667 (88% of max value = 765). Red value is 242 (94.92% from 255 or 36.28% from 667); Green value is 190 (74.61% from 255 or 28.49% from 667); Blue value is 235 (92.19% from 255 or 35.23% from 667); Max value from RGB is 242 - color contains mainly: red. Hex color #F2BEEB is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F2BEEB is #0D4114. Grayscale: #D2D2D2. Windows color (decimal): -868629 or 15449842. OLE color: 15449842.

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

Color convert

RGB 242 190 235 -
CMYK 0 0.21 0.03 0.05
HSL 308.08º 0.67% 0.85% -
HSV(B) 308.08º 0.21% 0.95% -
XYZ 70.03 61.7 86.82 -
YUV 210.68 141.73 150.34 -
System Red Green Blue C M Y K H S L
Decimal 242 190 235 0 0.21 0.03 0.05 308.08 0.67 0.85
Hex F2 BE EB 0 15 3 5 134 43 55
Octal 362 276 353 0 25 3 5 464 103 125
Binary 11110010 10111110 11101011 0 10101 11 101 100110100 1000011 1010101

Color Harmonies of #F2BEEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2BEEB

Black with #F2BEEB

Text Example


Text Example

White with #F2BEEB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2BEEB; }

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

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

background-color css

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

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

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

border-color css

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

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

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