Html Css Color HEX #F5BFE7 French Lilac

📋 copy color: '#F5BFE7'

red 245 ◦ green 191 ◦ blue 231

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

Shades of French Lilac #F5BFE7

Tints of French Lilac #F5BFE7

RGB

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

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

 BLUE value IS 231 (90.63% from 255) = 34.63%

R = 36.73%
G = 28.64%
B = 34.63%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.06

 K value IS 0.04

RGB Variations

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

Color information

#F5BFE7 (or 0xF5BFE7) is known color: French Lilac. HEX triplet: F5, BF and E7. RGB value is (245,191,231). Sum of RGB (Red+Green+Blue) = 245+191+231=667 (88% of max value = 765). Red value is 245 (96.09% from 255 or 36.73% from 667); Green value is 191 (75% from 255 or 28.64% from 667); Blue value is 231 (90.62% from 255 or 34.63% from 667); Max value from RGB is 245 - color contains mainly: red. Hex color #F5BFE7 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F5BFE7 is #0A4018. Grayscale: #D3D3D3. Windows color (decimal): -671769 or 15187957. OLE color: 15187957.

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

Color convert

RGB 245 191 231 -
CMYK 0 0.22 0.06 0.04
HSL 315.56º 0.73% 0.85% -
HSV(B) 315.56º 0.22% 0.96% -
XYZ 70.71 62.44 83.93 -
YUV 211.71 138.89 151.75 -
System Red Green Blue C M Y K H S L
Decimal 245 191 231 0 0.22 0.06 0.04 315.56 0.73 0.85
Hex F5 BF E7 0 16 6 4 13C 49 55
Octal 365 277 347 0 26 6 4 474 111 125
Binary 11110101 10111111 11100111 0 10110 110 100 100111100 1001001 1010101

Color Harmonies of #F5BFE7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F5BFE7

Black with #F5BFE7

Text Example


Text Example

White with #F5BFE7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F5BFE7; }

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

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

background-color css

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

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

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

border-color css

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

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

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