#F4BAF2

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

Shades of French Lilac #F4BAF2

Tints of French Lilac #F4BAF2

Color information

#F4BAF2 (or 0xF4BAF2) is unknown color: approx French Lilac. HEX triplet: F4, BA and F2. RGB value is (244,186,242). Sum of RGB (Red+Green+Blue) = 244+186+242=672 (89% of max value = 765). Red value is 244 (95.70% from 255 or 36.31% from 672); Green value is 186 (73.05% from 255 or 27.68% from 672); Blue value is 242 (94.92% from 255 or 36.01% from 672); Max value from RGB is 244 - color contains mainly: red. Hex color #F4BAF2 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F4BAF2 is #0B450D. Grayscale: #D1D1D1. Windows color (decimal): -738574 or 15907572. OLE color: 15907572.

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

Color convert

RGB244186242-
CMYK00.240.010.04
HSL302.07º72.5%84.31%-
HSV(B)302.07º23.77%95.69%-
XYZ70.8960.7692-
YUV209.73146.22152.45-

RGB Variations

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

RGB

RED value IS 244 (95.70% from 255) = 36.31%
GREEN value IS 186 (73.05% from 255) = 27.68%
BLUE value IS 242 (94.92% from 255) = 36.01%
R=36.31%
G=27.68%
B=36.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.01
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24418624200.240.010.04302.0772.584.31
HexF4BAF20181412e4854
Octal36427236203014456110124
Binary111101001011101011110010011000110010010111010010001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F4BAF2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F4BAF2; }

 p { color: rgb(244,186,242); }

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

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

 a { background-color: rgb(244,186,242); }

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

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

 span { border-color: rgb(244,186,242); }

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