#F3B5EC

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

Shades of Lavender Rose #F3B5EC

Tints of Lavender Rose #F3B5EC

Color information

#F3B5EC (or 0xF3B5EC) is unknown color: approx Lavender Rose. HEX triplet: F3, B5 and EC. RGB value is (243,181,236). Sum of RGB (Red+Green+Blue) = 243+181+236=660 (87% of max value = 765). Red value is 243 (95.31% from 255 or 36.82% from 660); Green value is 181 (71.09% from 255 or 27.42% from 660); Blue value is 236 (92.58% from 255 or 35.76% from 660); Max value from RGB is 243 - color contains mainly: red. Hex color #F3B5EC is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F3B5EC is #0C4A13. Grayscale: #CDCDCD. Windows color (decimal): -805396 or 15513075. OLE color: 15513075.

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

Color convert

RGB243181236-
CMYK00.260.030.05
HSL306.77º72.09%83.14%-
HSV(B)306.77º25.51%95.29%-
XYZ68.6358.1686.97-
YUV205.81145.04154.53-

RGB Variations

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

RGB

RED value IS 243 (95.31% from 255) = 36.82%
GREEN value IS 181 (71.09% from 255) = 27.42%
BLUE value IS 236 (92.58% from 255) = 35.76%
R=36.82%
G=27.42%
B=35.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.03
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24318123600.260.030.05306.7772.0983.14
HexF3B5EC01A351334853
Octal36326535403235463110123
Binary1111001110110101111011000110101110110011001110010001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F3B5EC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F3B5EC; }

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

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

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

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

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

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

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

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