#F3B2EC

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

Shades of Lavender Rose #F3B2EC

Tints of Lavender Rose #F3B2EC

Color information

#F3B2EC (or 0xF3B2EC) is unknown color: approx Lavender Rose. HEX triplet: F3, B2 and EC. RGB value is (243,178,236). Sum of RGB (Red+Green+Blue) = 243+178+236=657 (87% of max value = 765). Red value is 243 (95.31% from 255 or 36.99% from 657); Green value is 178 (69.92% from 255 or 27.09% from 657); Blue value is 236 (92.58% from 255 or 35.92% from 657); Max value from RGB is 243 - color contains mainly: red. Hex color #F3B2EC is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F3B2EC is #0C4D13. Grayscale: #CBCBCB. Windows color (decimal): -806164 or 15512307. OLE color: 15512307.

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

Color convert

RGB243178236-
CMYK00.270.030.05
HSL306.46º73.03%82.55%-
HSV(B)306.46º26.75%95.29%-
XYZ68.0256.9586.76-
YUV204.05146.03155.78-

RGB Variations

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

RGB

RED value IS 243 (95.31% from 255) = 36.99%
GREEN value IS 178 (69.92% from 255) = 27.09%
BLUE value IS 236 (92.58% from 255) = 35.92%
R=36.99%
G=27.09%
B=35.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.03
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24317823600.270.030.05306.4673.0382.55
HexF3B2EC01B351324953
Octal36326235403335462111123
Binary1111001110110010111011000110111110110011001010010011010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F3B2EC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F3B2EC; }

 p { color: rgb(243,178,236); }

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

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

 a { background-color: rgb(243,178,236); }

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

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

 span { border-color: rgb(243,178,236); }

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