#F2B1EC

Color #F2B1EC Lavender Rose (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Lavender Rose #F2B1EC

Tints of Lavender Rose #F2B1EC

Color information

#F2B1EC (or 0xF2B1EC) is unknown color: approx Lavender Rose. HEX triplet: F2, B1 and EC. RGB value is (242,177,236). Sum of RGB (Red+Green+Blue) = 242+177+236=655 (86% of max value = 765). Red value is 242 (94.92% from 255 or 36.95% from 655); Green value is 177 (69.53% from 255 or 27.02% from 655); Blue value is 236 (92.58% from 255 or 36.03% from 655); Max value from RGB is 242 - color contains mainly: red. Hex color #F2B1EC is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F2B1EC is #0D4E13. Grayscale: #CACACA. Windows color (decimal): -871956 or 15512050. OLE color: 15512050.

HSL color Cylindrical-coordinate representation of color #F2B1EC: hue angle of 305.54º degrees, saturation: 0.71, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #F2B1EC is Cyan = 0, Magento = 0.27, Yellow = 0.02 and Black (K on CMYK) = 0.05.

Color convert

RGB242177236-
CMYK00.270.020.05
HSL305.54º71.43%82.16%-
HSV(B)305.54º26.86%94.9%-
XYZ67.4856.3886.68-
YUV203.16146.53155.7-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 36.95%
GREEN value IS 177 (69.53% from 255) = 27.02%
BLUE value IS 236 (92.58% from 255) = 36.03%
R=36.95%
G=27.02%
B=36.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.02
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24217723600.270.020.05305.5471.4382.16
HexF2B1EC01B251324752
Octal36226135403325462107122
Binary1111001010110001111011000110111010110011001010001111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F2B1EC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F2B1EC; }

 p { color: rgb(242,177,236); }

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

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

 a { background-color: rgb(242,177,236); }

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

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

 span { border-color: rgb(242,177,236); }

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