Html Css Color HEX #F2BBF0 French Lilac

📋 copy color: '#F2BBF0'

red 242 ◦ green 187 ◦ blue 240

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

Shades of French Lilac #F2BBF0

Tints of French Lilac #F2BBF0

RGB

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

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

 BLUE value IS 240 (94.14% from 255) = 35.87%

R = 36.17%
G = 27.95%
B = 35.87%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.01

 K value IS 0.05

RGB Variations

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

Color information

#F2BBF0 (or 0xF2BBF0) is known color: French Lilac. HEX triplet: F2, BB and F0. RGB value is (242,187,240). Sum of RGB (Red+Green+Blue) = 242+187+240=669 (88% of max value = 765). Red value is 242 (94.92% from 255 or 36.17% from 669); Green value is 187 (73.44% from 255 or 27.95% from 669); Blue value is 240 (94.14% from 255 or 35.87% from 669); Max value from RGB is 242 - color contains mainly: red. Hex color #F2BBF0 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F2BBF0 is #0D440F. Grayscale: #D1D1D1. Windows color (decimal): -869392 or 15776754. OLE color: 15776754.

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

Color convert

RGB 242 187 240 -
CMYK 0 0.23 0.01 0.05
HSL 302.18º 0.68% 0.84% -
HSV(B) 302.18º 0.23% 0.95% -
XYZ 70.12 60.71 90.46 -
YUV 209.49 145.22 151.19 -
System Red Green Blue C M Y K H S L
Decimal 242 187 240 0 0.23 0.01 0.05 302.18 0.68 0.84
Hex F2 BB F0 0 17 1 5 12E 44 54
Octal 362 273 360 0 27 1 5 456 104 124
Binary 11110010 10111011 11110000 0 10111 1 101 100101110 1000100 1010100

Color Harmonies of #F2BBF0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2BBF0

Black with #F2BBF0

Text Example


Text Example

White with #F2BBF0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2BBF0; }

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

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

background-color css

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

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

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

border-color css

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

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

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