Html Css Color HEX #F4BAF3 French Lilac

📋 copy color: '#F4BAF3'

red 244 ◦ green 186 ◦ blue 243

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

Shades of French Lilac #F4BAF3

Tints of French Lilac #F4BAF3

RGB

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

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

 BLUE value IS 243 (95.31% from 255) = 36.11%

R = 36.26%
G = 27.64%
B = 36.11%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.00

 K value IS 0.04

RGB Variations

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

Color information

#F4BAF3 (or 0xF4BAF3) is known color: French Lilac. HEX triplet: F4, BA and F3. RGB value is (244,186,243). Sum of RGB (Red+Green+Blue) = 244+186+243=673 (89% of max value = 765). Red value is 244 (95.70% from 255 or 36.26% from 673); Green value is 186 (73.05% from 255 or 27.64% from 673); Blue value is 243 (95.31% from 255 or 36.11% from 673); Max value from RGB is 244 - color contains mainly: red. Hex color #F4BAF3 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F4BAF3 is #0B450C. Grayscale: #D1D1D1. Windows color (decimal): -738573 or 15973108. OLE color: 15973108.

HSL color Cylindrical-coordinate representation of color #F4BAF3: hue angle of 301.03º 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 #F4BAF3 is Cyan = 0, Magento = 0.24, Yellow = 0.00 and Black (K on CMYK) = 0.04.

Color convert

RGB 244 186 243 -
CMYK 0 0.24 0.00 0.04
HSL 301.03º 0.73% 0.84% -
HSV(B) 301.03º 0.24% 0.96% -
XYZ 71.04 60.82 92.79 -
YUV 209.84 146.72 152.37 -
System Red Green Blue C M Y K H S L
Decimal 244 186 243 0 0.24 0.00 0.04 301.03 0.73 0.84
Hex F4 BA F3 0 18 0 4 12D 48 54
Octal 364 272 363 0 30 0 4 455 110 124
Binary 11110100 10111010 11110011 0 11000 0 100 100101101 1001000 1010100

Color Harmonies of #F4BAF3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F4BAF3

Black with #F4BAF3

Text Example


Text Example

White with #F4BAF3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F4BAF3; }

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

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

background-color css

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

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

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

border-color css

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

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

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