#F5BCF1

Color #F5BCF1 French Lilac (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of French Lilac #F5BCF1

Tints of French Lilac #F5BCF1

Color information

#F5BCF1 (or 0xF5BCF1) is unknown color: approx French Lilac. HEX triplet: F5, BC and F1. RGB value is (245,188,241). Sum of RGB (Red+Green+Blue) = 245+188+241=674 (89% of max value = 765). Red value is 245 (96.09% from 255 or 36.35% from 674); Green value is 188 (73.83% from 255 or 27.89% from 674); Blue value is 241 (94.53% from 255 or 35.76% from 674); Max value from RGB is 245 - color contains mainly: red. Hex color #F5BCF1 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F5BCF1 is #0A430E. Grayscale: #D2D2D2. Windows color (decimal): -672527 or 15842549. OLE color: 15842549.

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

Color convert

RGB245188241-
CMYK00.230.020.04
HSL304.21º74.03%84.9%-
HSV(B)304.21º23.27%96.08%-
XYZ71.5261.7391.36-
YUV211.08144.88152.19-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 36.35%
GREEN value IS 188 (73.83% from 255) = 27.89%
BLUE value IS 241 (94.53% from 255) = 35.76%
R=36.35%
G=27.89%
B=35.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.02
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24518824100.230.020.04304.2174.0384.9
HexF5BCF1017241304a55
Octal36527436102724460112125
Binary1111010110111100111100010101111010010011000010010101010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F5BCF1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F5BCF1; }

 p { color: rgb(245,188,241); }

 H1.HeaderClassName
 {
   color: #F5BCF1;
 }
 .AnyTagClassName
 {
   color: #F5BCF1;
 }
</style>
background-color css

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

 a { background-color: rgb(245,188,241); }

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

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

 span { border-color: rgb(245,188,241); }

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