Html Css Color HEX #F1BFE4 French Lilac

📋 copy color: '#F1BFE4'

red 241 ◦ green 191 ◦ blue 228

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

Shades of French Lilac #F1BFE4

Tints of French Lilac #F1BFE4

RGB

 RED value IS 241 (94.53% from 255) = 36.52%

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

 BLUE value IS 228 (89.45% from 255) = 34.55%

R = 36.52%
G = 28.94%
B = 34.55%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.05

 K value IS 0.05

RGB Variations

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

Color information

#F1BFE4 (or 0xF1BFE4) is known color: French Lilac. HEX triplet: F1, BF and E4. RGB value is (241,191,228). Sum of RGB (Red+Green+Blue) = 241+191+228=660 (87% of max value = 765). Red value is 241 (94.53% from 255 or 36.52% from 660); Green value is 191 (75% from 255 or 28.94% from 660); Blue value is 228 (89.45% from 255 or 34.55% from 660); Max value from RGB is 241 - color contains mainly: red. Hex color #F1BFE4 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F1BFE4 is #0E401B. Grayscale: #D2D2D2. Windows color (decimal): -933916 or 14991345. OLE color: 14991345.

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

Color convert

RGB 241 191 228 -
CMYK 0 0.21 0.05 0.05
HSL 315.6º 0.64% 0.85% -
HSV(B) 315.6º 0.21% 0.95% -
XYZ 68.91 61.56 81.65 -
YUV 210.17 138.07 149.99 -
System Red Green Blue C M Y K H S L
Decimal 241 191 228 0 0.21 0.05 0.05 315.6 0.64 0.85
Hex F1 BF E4 0 15 5 5 13C 40 55
Octal 361 277 344 0 25 5 5 474 100 125
Binary 11110001 10111111 11100100 0 10101 101 101 100111100 1000000 1010101

Color Harmonies of #F1BFE4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1BFE4

Black with #F1BFE4

Text Example


Text Example

White with #F1BFE4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1BFE4; }

 p { color: rgb(241,191,228); }

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

background-color css

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

 a { background-color: rgb(241,191,228); }

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

border-color css

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

 span { border-color: rgb(241,191,228); }

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