Html Css Color HEX #F5BAF3 French Lilac

📋 copy color: '#F5BAF3'

red 245 ◦ green 186 ◦ blue 243

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

Shades of French Lilac #F5BAF3

Tints of French Lilac #F5BAF3

RGB

 RED value IS 245 (96.09% from 255) = 36.35%

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

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

R = 36.35%
G = 27.6%
B = 36.05%

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

#F5BAF3 (or 0xF5BAF3) is known color: French Lilac. HEX triplet: F5, BA and F3. RGB value is (245,186,243). Sum of RGB (Red+Green+Blue) = 245+186+243=674 (89% of max value = 765). Red value is 245 (96.09% from 255 or 36.35% from 674); Green value is 186 (73.05% from 255 or 27.60% from 674); Blue value is 243 (95.31% from 255 or 36.05% from 674); Max value from RGB is 245 - color contains mainly: red. Hex color #F5BAF3 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F5BAF3 is #0A450C. Grayscale: #D1D1D1. Windows color (decimal): -673037 or 15973109. OLE color: 15973109.

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

Color convert

RGB 245 186 243 -
CMYK 0 0.24 0.01 0.04
HSL 302.03º 0.75% 0.85% -
HSV(B) 302.03º 0.24% 0.96% -
XYZ 71.39 61 92.81 -
YUV 210.14 146.55 152.87 -
System Red Green Blue C M Y K H S L
Decimal 245 186 243 0 0.24 0.01 0.04 302.03 0.75 0.85
Hex F5 BA F3 0 18 1 4 12E 4B 55
Octal 365 272 363 0 30 1 4 456 113 125
Binary 11110101 10111010 11110011 0 11000 1 100 100101110 1001011 1010101

Color Harmonies of #F5BAF3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F5BAF3

Black with #F5BAF3

Text Example


Text Example

White with #F5BAF3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F5BAF3; }

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

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

background-color css

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

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

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

border-color css

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

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

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