#F2B3EC

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

Shades of Lavender Rose #F2B3EC

Tints of Lavender Rose #F2B3EC

Color information

#F2B3EC (or 0xF2B3EC) is unknown color: approx Lavender Rose. HEX triplet: F2, B3 and EC. RGB value is (242,179,236). Sum of RGB (Red+Green+Blue) = 242+179+236=657 (87% of max value = 765). Red value is 242 (94.92% from 255 or 36.83% from 657); Green value is 179 (70.31% from 255 or 27.25% from 657); Blue value is 236 (92.58% from 255 or 35.92% from 657); Max value from RGB is 242 - color contains mainly: red. Hex color #F2B3EC is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F2B3EC is #0D4C13. Grayscale: #CCCCCC. Windows color (decimal): -871444 or 15512562. OLE color: 15512562.

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

Color convert

RGB242179236-
CMYK00.260.020.05
HSL305.71º70.79%82.55%-
HSV(B)305.71º26.03%94.9%-
XYZ67.8857.1786.81-
YUV204.33145.87154.87-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 36.83%
GREEN value IS 179 (70.31% from 255) = 27.25%
BLUE value IS 236 (92.58% from 255) = 35.92%
R=36.83%
G=27.25%
B=35.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.02
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24217923600.260.020.05305.7170.7982.55
HexF2B3EC01A251324753
Octal36226335403225462107123
Binary1111001010110011111011000110101010110011001010001111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F2B3EC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F2B3EC; }

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

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

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

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

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

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

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

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