Html Css Color HEX #F5BAEE French Lilac

📋 copy color: '#F5BAEE'

red 245 ◦ green 186 ◦ blue 238

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

Shades of French Lilac #F5BAEE

Tints of French Lilac #F5BAEE

RGB

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

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

 BLUE value IS 238 (93.36% from 255) = 35.58%

R = 36.62%
G = 27.8%
B = 35.58%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.03

 K value IS 0.04

RGB Variations

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

Color information

#F5BAEE (or 0xF5BAEE) is known color: French Lilac. HEX triplet: F5, BA and EE. RGB value is (245,186,238). Sum of RGB (Red+Green+Blue) = 245+186+238=669 (88% of max value = 765). Red value is 245 (96.09% from 255 or 36.62% from 669); Green value is 186 (73.05% from 255 or 27.80% from 669); Blue value is 238 (93.36% from 255 or 35.58% from 669); Max value from RGB is 245 - color contains mainly: red. Hex color #F5BAEE is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F5BAEE is #0A4511. Grayscale: #D1D1D1. Windows color (decimal): -673042 or 15645429. OLE color: 15645429.

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

Color convert

RGB 245 186 238 -
CMYK 0 0.24 0.03 0.04
HSL 307.12º 0.75% 0.85% -
HSV(B) 307.12º 0.24% 0.96% -
XYZ 70.65 60.7 88.88 -
YUV 209.57 144.05 153.27 -
System Red Green Blue C M Y K H S L
Decimal 245 186 238 0 0.24 0.03 0.04 307.12 0.75 0.85
Hex F5 BA EE 0 18 3 4 133 4B 55
Octal 365 272 356 0 30 3 4 463 113 125
Binary 11110101 10111010 11101110 0 11000 11 100 100110011 1001011 1010101

Color Harmonies of #F5BAEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F5BAEE

Black with #F5BAEE

Text Example


Text Example

White with #F5BAEE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F5BAEE; }

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

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

background-color css

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

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

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

border-color css

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

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

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