#f2b8f1

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

Shades of French Lilac #F2B8F1

Tints of French Lilac #F2B8F1

Color information

#F2B8F1 (or 0xF2B8F1) is unknown color: approx French Lilac. HEX triplet: F2, B8 and F1. RGB value is (242,184,241). Sum of RGB (Red+Green+Blue) = 242+184+241=667 (88% of max value = 765). Red value is 242 (94.92% from 255 or 36.28% from 667); Green value is 184 (72.27% from 255 or 27.59% from 667); Blue value is 241 (94.53% from 255 or 36.13% from 667); Max value from RGB is 242 - color contains mainly: red. Hex color #F2B8F1 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F2B8F1 is #0D470E. Grayscale: #CFCFCF. Windows color (decimal): -870159 or 15841522. OLE color: 15841522.

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

Color convert

RGB242184241-
CMYK00.240.000.05
HSL301.03º69.05%83.53%-
HSV(B)301.03º23.97%94.9%-
XYZ69.6459.5191.04-
YUV207.84146.72152.37-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 36.28%
GREEN value IS 184 (72.27% from 255) = 27.59%
BLUE value IS 241 (94.53% from 255) = 36.13%
R=36.28%
G=27.59%
B=36.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.00
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24218424100.240.000.05301.0369.0583.53
HexF2B8F10180512d4554
Octal36227036103005455105124
Binary111100101011100011110001011000010110010110110001011010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #f2b8f1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #f2b8f1; }

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

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

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

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

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

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

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

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