Html Css Color HEX #F5BDED French Lilac

📋 copy color: '#F5BDED'

red 245 ◦ green 189 ◦ blue 237

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

Shades of French Lilac #F5BDED

Tints of French Lilac #F5BDED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 35.32%

R = 36.51%
G = 28.17%
B = 35.32%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.03

 K value IS 0.04

RGB Variations

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

Color information

#F5BDED (or 0xF5BDED) is known color: French Lilac. HEX triplet: F5, BD and ED. RGB value is (245,189,237). Sum of RGB (Red+Green+Blue) = 245+189+237=671 (88% of max value = 765). Red value is 245 (96.09% from 255 or 36.51% from 671); Green value is 189 (74.22% from 255 or 28.17% from 671); Blue value is 237 (92.97% from 255 or 35.32% from 671); Max value from RGB is 245 - color contains mainly: red. Hex color #F5BDED is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F5BDED is #0A4212. Grayscale: #D3D3D3. Windows color (decimal): -672275 or 15580661. OLE color: 15580661.

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

Color convert

RGB 245 189 237 -
CMYK 0 0.23 0.03 0.04
HSL 308.57º 0.74% 0.85% -
HSV(B) 308.57º 0.23% 0.96% -
XYZ 71.14 61.92 88.32 -
YUV 211.22 142.55 152.1 -
System Red Green Blue C M Y K H S L
Decimal 245 189 237 0 0.23 0.03 0.04 308.57 0.74 0.85
Hex F5 BD ED 0 17 3 4 135 4A 55
Octal 365 275 355 0 27 3 4 465 112 125
Binary 11110101 10111101 11101101 0 10111 11 100 100110101 1001010 1010101

Color Harmonies of #F5BDED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F5BDED

Black with #F5BDED

Text Example


Text Example

White with #F5BDED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F5BDED; }

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

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

background-color css

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

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

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

border-color css

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

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

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