Html Css Color HEX #F5BDEF French Lilac

📋 copy color: '#F5BDEF'

red 245 ◦ green 189 ◦ blue 239

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

Shades of French Lilac #F5BDEF

Tints of French Lilac #F5BDEF

RGB

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

 GREEN value IS 189 (74.22% from 255) = 28.08%

 BLUE value IS 239 (93.75% from 255) = 35.51%

R = 36.4%
G = 28.08%
B = 35.51%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.02

 K value IS 0.04

RGB Variations

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

Color information

#F5BDEF (or 0xF5BDEF) is known color: French Lilac. HEX triplet: F5, BD and EF. RGB value is (245,189,239). Sum of RGB (Red+Green+Blue) = 245+189+239=673 (89% of max value = 765). Red value is 245 (96.09% from 255 or 36.40% from 673); Green value is 189 (74.22% from 255 or 28.08% from 673); Blue value is 239 (93.75% from 255 or 35.51% from 673); Max value from RGB is 245 - color contains mainly: red. Hex color #F5BDEF is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F5BDEF is #0A4210. Grayscale: #D3D3D3. Windows color (decimal): -672273 or 15711733. OLE color: 15711733.

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

Color convert

RGB 245 189 239 -
CMYK 0 0.23 0.02 0.04
HSL 306.43º 0.74% 0.85% -
HSV(B) 306.43º 0.23% 0.96% -
XYZ 71.43 62.04 89.87 -
YUV 211.44 143.55 151.93 -
System Red Green Blue C M Y K H S L
Decimal 245 189 239 0 0.23 0.02 0.04 306.43 0.74 0.85
Hex F5 BD EF 0 17 2 4 132 4A 55
Octal 365 275 357 0 27 2 4 462 112 125
Binary 11110101 10111101 11101111 0 10111 10 100 100110010 1001010 1010101

Color Harmonies of #F5BDEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F5BDEF

Black with #F5BDEF

Text Example


Text Example

White with #F5BDEF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F5BDEF; }

 p { color: rgb(245,189,239); }

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

background-color css

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

 a { background-color: rgb(245,189,239); }

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

border-color css

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

 span { border-color: rgb(245,189,239); }

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