Html Css Color HEX #F2BBE3 French Lilac

📋 copy color: '#F2BBE3'

red 242 ◦ green 187 ◦ blue 227

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

Shades of French Lilac #F2BBE3

Tints of French Lilac #F2BBE3

RGB

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

 GREEN value IS 187 (73.44% from 255) = 28.51%

 BLUE value IS 227 (89.06% from 255) = 34.6%

R = 36.89%
G = 28.51%
B = 34.6%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.06

 K value IS 0.05

RGB Variations

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

Color information

#F2BBE3 (or 0xF2BBE3) is known color: French Lilac. HEX triplet: F2, BB and E3. RGB value is (242,187,227). Sum of RGB (Red+Green+Blue) = 242+187+227=656 (86% of max value = 765). Red value is 242 (94.92% from 255 or 36.89% from 656); Green value is 187 (73.44% from 255 or 28.51% from 656); Blue value is 227 (89.06% from 255 or 34.60% from 656); Max value from RGB is 242 - color contains mainly: red. Hex color #F2BBE3 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F2BBE3 is #0D441C. Grayscale: #CFCFCF. Windows color (decimal): -869405 or 14924786. OLE color: 14924786.

HSL color Cylindrical-coordinate representation of color #F2BBE3: hue angle of 316.36º degrees, saturation: 0.68, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #F2BBE3 is Cyan = 0, Magento = 0.23, Yellow = 0.06 and Black (K on CMYK) = 0.05.

Color convert

RGB 242 187 227 -
CMYK 0 0.23 0.06 0.05
HSL 316.36º 0.68% 0.84% -
HSV(B) 316.36º 0.23% 0.95% -
XYZ 68.25 59.96 80.65 -
YUV 208.01 138.72 152.25 -
System Red Green Blue C M Y K H S L
Decimal 242 187 227 0 0.23 0.06 0.05 316.36 0.68 0.84
Hex F2 BB E3 0 17 6 5 13C 44 54
Octal 362 273 343 0 27 6 5 474 104 124
Binary 11110010 10111011 11100011 0 10111 110 101 100111100 1000100 1010100

Color Harmonies of #F2BBE3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2BBE3

Black with #F2BBE3

Text Example


Text Example

White with #F2BBE3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2BBE3; }

 p { color: rgb(242,187,227); }

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

background-color css

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

 a { background-color: rgb(242,187,227); }

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

border-color css

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

 span { border-color: rgb(242,187,227); }

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