Html Css Color HEX #F2BFEA French Lilac

📋 copy color: '#F2BFEA'

red 242 ◦ green 191 ◦ blue 234

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

Shades of French Lilac #F2BFEA

Tints of French Lilac #F2BFEA

RGB

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

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

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

R = 36.28%
G = 28.64%
B = 35.08%

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

#F2BFEA (or 0xF2BFEA) is known color: French Lilac. HEX triplet: F2, BF and EA. RGB value is (242,191,234). Sum of RGB (Red+Green+Blue) = 242+191+234=667 (88% of max value = 765). Red value is 242 (94.92% from 255 or 36.28% from 667); Green value is 191 (75% from 255 or 28.64% from 667); Blue value is 234 (91.80% from 255 or 35.08% from 667); Max value from RGB is 242 - color contains mainly: red. Hex color #F2BFEA is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F2BFEA is #0D4015. Grayscale: #D3D3D3. Windows color (decimal): -868374 or 15384562. OLE color: 15384562.

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

Color convert

RGB 242 191 234 -
CMYK 0 0.21 0.03 0.05
HSL 309.41º 0.66% 0.85% -
HSV(B) 309.41º 0.21% 0.95% -
XYZ 70.1 62.08 86.13 -
YUV 211.15 140.9 150 -
System Red Green Blue C M Y K H S L
Decimal 242 191 234 0 0.21 0.03 0.05 309.41 0.66 0.85
Hex F2 BF EA 0 15 3 5 135 42 55
Octal 362 277 352 0 25 3 5 465 102 125
Binary 11110010 10111111 11101010 0 10101 11 101 100110101 1000010 1010101

Color Harmonies of #F2BFEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2BFEA

Black with #F2BFEA

Text Example


Text Example

White with #F2BFEA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2BFEA; }

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

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

background-color css

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

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

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

border-color css

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

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

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