Html Css Color HEX #F4BAF1 French Lilac

📋 copy color: '#F4BAF1'

red 244 ◦ green 186 ◦ blue 241

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

Shades of French Lilac #F4BAF1

Tints of French Lilac #F4BAF1

RGB

 RED value IS 244 (95.7% from 255) = 36.36%

 GREEN value IS 186 (73.05% from 255) = 27.72%

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

R = 36.36%
G = 27.72%
B = 35.92%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.01

 K value IS 0.04

RGB Variations

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

Color information

#F4BAF1 (or 0xF4BAF1) is known color: French Lilac. HEX triplet: F4, BA and F1. RGB value is (244,186,241). Sum of RGB (Red+Green+Blue) = 244+186+241=671 (88% of max value = 765). Red value is 244 (95.70% from 255 or 36.36% from 671); Green value is 186 (73.05% from 255 or 27.72% from 671); Blue value is 241 (94.53% from 255 or 35.92% from 671); Max value from RGB is 244 - color contains mainly: red. Hex color #F4BAF1 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F4BAF1 is #0B450E. Grayscale: #D1D1D1. Windows color (decimal): -738575 or 15842036. OLE color: 15842036.

HSL color Cylindrical-coordinate representation of color #F4BAF1: hue angle of 303.1º degrees, saturation: 0.73, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #F4BAF1 is Cyan = 0, Magento = 0.24, Yellow = 0.01 and Black (K on CMYK) = 0.04.

Color convert

RGB 244 186 241 -
CMYK 0 0.24 0.01 0.04
HSL 303.1º 0.73% 0.84% -
HSV(B) 303.1º 0.24% 0.96% -
XYZ 70.74 60.7 91.21 -
YUV 209.61 145.72 152.53 -
System Red Green Blue C M Y K H S L
Decimal 244 186 241 0 0.24 0.01 0.04 303.1 0.73 0.84
Hex F4 BA F1 0 18 1 4 12F 48 54
Octal 364 272 361 0 30 1 4 457 110 124
Binary 11110100 10111010 11110001 0 11000 1 100 100101111 1001000 1010100

Color Harmonies of #F4BAF1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F4BAF1

Black with #F4BAF1

Text Example


Text Example

White with #F4BAF1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F4BAF1; }

 p { color: rgb(244,186,241); }

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

background-color css

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

 a { background-color: rgb(244,186,241); }

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

border-color css

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

 span { border-color: rgb(244,186,241); }

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