#F2B8E4

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

Shades of French Lilac #F2B8E4

Tints of French Lilac #F2B8E4

Color information

#F2B8E4 (or 0xF2B8E4) is unknown color: approx French Lilac. HEX triplet: F2, B8 and E4. RGB value is (242,184,228). Sum of RGB (Red+Green+Blue) = 242+184+228=654 (86% of max value = 765). Red value is 242 (94.92% from 255 or 37.00% from 654); Green value is 184 (72.27% from 255 or 28.13% from 654); Blue value is 228 (89.45% from 255 or 34.86% from 654); Max value from RGB is 242 - color contains mainly: red. Hex color #F2B8E4 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F2B8E4 is #0D471B. Grayscale: #CECECE. Windows color (decimal): -870172 or 14989554. OLE color: 14989554.

HSL color Cylindrical-coordinate representation of color #F2B8E4: hue angle of 314.48º degrees, saturation: 0.69, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #F2B8E4 is Cyan = 0, Magento = 0.24, Yellow = 0.06 and Black (K on CMYK) = 0.05.

Color convert

RGB242184228-
CMYK00.240.060.05
HSL314.48º69.05%83.53%-
HSV(B)314.48º23.97%94.9%-
XYZ67.7658.7681.17-
YUV206.36140.22153.42-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 37.00%
GREEN value IS 184 (72.27% from 255) = 28.13%
BLUE value IS 228 (89.45% from 255) = 34.86%
R=37.00%
G=28.13%
B=34.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.06
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24218422800.240.060.05314.4869.0583.53
HexF2B8E40186513a4554
Octal36227034403065472105124
Binary11110010101110001110010001100011010110011101010001011010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F2B8E4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F2B8E4; }

 p { color: rgb(242,184,228); }

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

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

 a { background-color: rgb(242,184,228); }

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

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

 span { border-color: rgb(242,184,228); }

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