#F2B0EC

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

Shades of Lavender Rose #F2B0EC

Tints of Lavender Rose #F2B0EC

Color information

#F2B0EC (or 0xF2B0EC) is unknown color: approx Lavender Rose. HEX triplet: F2, B0 and EC. RGB value is (242,176,236). Sum of RGB (Red+Green+Blue) = 242+176+236=654 (86% of max value = 765). Red value is 242 (94.92% from 255 or 37.00% from 654); Green value is 176 (69.14% from 255 or 26.91% from 654); Blue value is 236 (92.58% from 255 or 36.09% from 654); Max value from RGB is 242 - color contains mainly: red. Hex color #F2B0EC is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F2B0EC is #0D4F13. Grayscale: #CACACA. Windows color (decimal): -872212 or 15511794. OLE color: 15511794.

HSL color Cylindrical-coordinate representation of color #F2B0EC: hue angle of 305.45º degrees, saturation: 0.72, 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 #F2B0EC is Cyan = 0, Magento = 0.27, Yellow = 0.02 and Black (K on CMYK) = 0.05.

Color convert

RGB242176236-
CMYK00.270.020.05
HSL305.45º71.74%81.96%-
HSV(B)305.45º27.27%94.9%-
XYZ67.2855.9886.62-
YUV202.57146.87156.12-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 37.00%
GREEN value IS 176 (69.14% from 255) = 26.91%
BLUE value IS 236 (92.58% from 255) = 36.09%
R=37.00%
G=26.91%
B=36.09%

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
Decimal24217623600.270.020.05305.4571.7481.96
HexF2B0EC01B251314852
Octal36226035403325461110122
Binary1111001010110000111011000110111010110011000110010001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F2B0EC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F2B0EC; }

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

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

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

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

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

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

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

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