#F2C3EB

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

Shades of French Lilac #F2C3EB

Tints of French Lilac #F2C3EB

Color information

#F2C3EB (or 0xF2C3EB) is unknown color: approx French Lilac. HEX triplet: F2, C3 and EB. RGB value is (242,195,235). Sum of RGB (Red+Green+Blue) = 242+195+235=672 (89% of max value = 765). Red value is 242 (94.92% from 255 or 36.01% from 672); Green value is 195 (76.56% from 255 or 29.02% from 672); Blue value is 235 (92.19% from 255 or 34.97% from 672); Max value from RGB is 242 - color contains mainly: red. Hex color #F2C3EB is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F2C3EB is #0D3C14. Grayscale: #D5D5D5. Windows color (decimal): -867349 or 15451122. OLE color: 15451122.

HSL color Cylindrical-coordinate representation of color #F2C3EB: hue angle of 308.94º degrees, saturation: 0.64, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #F2C3EB is Cyan = 0, Magento = 0.19, Yellow = 0.03 and Black (K on CMYK) = 0.05.

Color convert

RGB242195235-
CMYK00.190.030.05
HSL308.94º64.38%85.69%-
HSV(B)308.94º19.42%94.9%-
XYZ71.1363.9187.18-
YUV213.61140.07148.25-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 36.01%
GREEN value IS 195 (76.56% from 255) = 29.02%
BLUE value IS 235 (92.19% from 255) = 34.97%
R=36.01%
G=29.02%
B=34.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.03
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24219523500.190.030.05308.9464.3885.69
HexF2C3EB013351354056
Octal36230335302335465100126
Binary1111001011000011111010110100111110110011010110000001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F2C3EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F2C3EB; }

 p { color: rgb(242,195,235); }

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

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

 a { background-color: rgb(242,195,235); }

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

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

 span { border-color: rgb(242,195,235); }

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