Html Css Color HEX #F2BFED French Lilac

📋 copy color: '#F2BFED'

red 242 ◦ green 191 ◦ blue 237

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

Shades of French Lilac #F2BFED

Tints of French Lilac #F2BFED

RGB

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

 GREEN value IS 191 (75% from 255) = 28.51%

 BLUE value IS 237 (92.97% from 255) = 35.37%

R = 36.12%
G = 28.51%
B = 35.37%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.02

 K value IS 0.05

RGB Variations

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

Color information

#F2BFED (or 0xF2BFED) is known color: French Lilac. HEX triplet: F2, BF and ED. RGB value is (242,191,237). Sum of RGB (Red+Green+Blue) = 242+191+237=670 (88% of max value = 765). Red value is 242 (94.92% from 255 or 36.12% from 670); Green value is 191 (75% from 255 or 28.51% from 670); Blue value is 237 (92.97% from 255 or 35.37% from 670); Max value from RGB is 242 - color contains mainly: red. Hex color #F2BFED is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F2BFED is #0D4012. Grayscale: #D3D3D3. Windows color (decimal): -868371 or 15581170. OLE color: 15581170.

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

Color convert

RGB 242 191 237 -
CMYK 0 0.21 0.02 0.05
HSL 305.88º 0.66% 0.85% -
HSV(B) 305.88º 0.21% 0.95% -
XYZ 70.53 62.25 88.42 -
YUV 211.49 142.4 149.76 -
System Red Green Blue C M Y K H S L
Decimal 242 191 237 0 0.21 0.02 0.05 305.88 0.66 0.85
Hex F2 BF ED 0 15 2 5 132 42 55
Octal 362 277 355 0 25 2 5 462 102 125
Binary 11110010 10111111 11101101 0 10101 10 101 100110010 1000010 1010101

Color Harmonies of #F2BFED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2BFED

Black with #F2BFED

Text Example


Text Example

White with #F2BFED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2BFED; }

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

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

background-color css

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

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

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

border-color css

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

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

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