Html Css Color HEX #F5BFED French Lilac

📋 copy color: '#F5BFED'

red 245 ◦ green 191 ◦ blue 237

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

Shades of French Lilac #F5BFED

Tints of French Lilac #F5BFED

RGB

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

 GREEN value IS 191 (75% from 255) = 28.38%

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

R = 36.4%
G = 28.38%
B = 35.22%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.03

 K value IS 0.04

RGB Variations

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

Color information

#F5BFED (or 0xF5BFED) is known color: French Lilac. HEX triplet: F5, BF and ED. RGB value is (245,191,237). Sum of RGB (Red+Green+Blue) = 245+191+237=673 (89% of max value = 765). Red value is 245 (96.09% from 255 or 36.40% from 673); Green value is 191 (75% from 255 or 28.38% from 673); Blue value is 237 (92.97% from 255 or 35.22% from 673); Max value from RGB is 245 - color contains mainly: red. Hex color #F5BFED is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F5BFED is #0A4012. Grayscale: #D4D4D4. Windows color (decimal): -671763 or 15581173. OLE color: 15581173.

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

Color convert

RGB 245 191 237 -
CMYK 0 0.22 0.03 0.04
HSL 308.89º 0.73% 0.85% -
HSV(B) 308.89º 0.22% 0.96% -
XYZ 71.57 62.79 88.47 -
YUV 212.39 141.89 151.26 -
System Red Green Blue C M Y K H S L
Decimal 245 191 237 0 0.22 0.03 0.04 308.89 0.73 0.85
Hex F5 BF ED 0 16 3 4 135 49 55
Octal 365 277 355 0 26 3 4 465 111 125
Binary 11110101 10111111 11101101 0 10110 11 100 100110101 1001001 1010101

Color Harmonies of #F5BFED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F5BFED

Black with #F5BFED

Text Example


Text Example

White with #F5BFED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F5BFED; }

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

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

background-color css

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

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

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

border-color css

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

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

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