#F2B8E7

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

Shades of French Lilac #F2B8E7

Tints of French Lilac #F2B8E7

Color information

#F2B8E7 (or 0xF2B8E7) is unknown color: approx French Lilac. HEX triplet: F2, B8 and E7. RGB value is (242,184,231). Sum of RGB (Red+Green+Blue) = 242+184+231=657 (87% of max value = 765). Red value is 242 (94.92% from 255 or 36.83% from 657); Green value is 184 (72.27% from 255 or 28.01% from 657); Blue value is 231 (90.62% from 255 or 35.16% from 657); Max value from RGB is 242 - color contains mainly: red. Hex color #F2B8E7 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F2B8E7 is #0D4718. Grayscale: #CECECE. Windows color (decimal): -870169 or 15186162. OLE color: 15186162.

HSL color Cylindrical-coordinate representation of color #F2B8E7: hue angle of 311.38º 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 #F2B8E7 is Cyan = 0, Magento = 0.24, Yellow = 0.05 and Black (K on CMYK) = 0.05.

Color convert

RGB242184231-
CMYK00.240.050.05
HSL311.38º69.05%83.53%-
HSV(B)311.38º23.97%94.9%-
XYZ68.1858.9383.38-
YUV206.7141.72153.18-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 36.83%
GREEN value IS 184 (72.27% from 255) = 28.01%
BLUE value IS 231 (90.62% from 255) = 35.16%
R=36.83%
G=28.01%
B=35.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.05
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24218423100.240.050.05311.3869.0583.53
HexF2B8E7018551374554
Octal36227034703055467105124
Binary11110010101110001110011101100010110110011011110001011010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F2B8E7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F2B8E7; }

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

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

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

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

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

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

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

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