Html Css Color HEX #F2BCF1 French Lilac

📋 copy color: '#F2BCF1'

red 242 ◦ green 188 ◦ blue 241

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

Shades of French Lilac #F2BCF1

Tints of French Lilac #F2BCF1

RGB

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

 GREEN value IS 188 (73.83% from 255) = 28.02%

 BLUE value IS 241 (94.53% from 255) = 35.92%

R = 36.07%
G = 28.02%
B = 35.92%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.00

 K value IS 0.05

RGB Variations

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

Color information

#F2BCF1 (or 0xF2BCF1) is known color: French Lilac. HEX triplet: F2, BC and F1. RGB value is (242,188,241). Sum of RGB (Red+Green+Blue) = 242+188+241=671 (88% of max value = 765). Red value is 242 (94.92% from 255 or 36.07% from 671); Green value is 188 (73.83% from 255 or 28.02% from 671); Blue value is 241 (94.53% from 255 or 35.92% from 671); Max value from RGB is 242 - color contains mainly: red. Hex color #F2BCF1 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F2BCF1 is #0D430E. Grayscale: #D2D2D2. Windows color (decimal): -869135 or 15842546. OLE color: 15842546.

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

Color convert

RGB 242 188 241 -
CMYK 0 0.22 0.00 0.05
HSL 301.11º 0.68% 0.84% -
HSV(B) 301.11º 0.22% 0.95% -
XYZ 70.48 61.19 91.32 -
YUV 210.19 145.39 150.69 -
System Red Green Blue C M Y K H S L
Decimal 242 188 241 0 0.22 0.00 0.05 301.11 0.68 0.84
Hex F2 BC F1 0 16 0 5 12D 44 54
Octal 362 274 361 0 26 0 5 455 104 124
Binary 11110010 10111100 11110001 0 10110 0 101 100101101 1000100 1010100

Color Harmonies of #F2BCF1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2BCF1

Black with #F2BCF1

Text Example


Text Example

White with #F2BCF1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2BCF1; }

 p { color: rgb(242,188,241); }

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

background-color css

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

 a { background-color: rgb(242,188,241); }

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

border-color css

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

 span { border-color: rgb(242,188,241); }

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