#F3B4E2

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

Shades of Lavender Rose #F3B4E2

Tints of Lavender Rose #F3B4E2

Color information

#F3B4E2 (or 0xF3B4E2) is unknown color: approx Lavender Rose. HEX triplet: F3, B4 and E2. RGB value is (243,180,226). Sum of RGB (Red+Green+Blue) = 243+180+226=649 (85% of max value = 765). Red value is 243 (95.31% from 255 or 37.44% from 649); Green value is 180 (70.70% from 255 or 27.73% from 649); Blue value is 226 (88.67% from 255 or 34.82% from 649); Max value from RGB is 243 - color contains mainly: red. Hex color #F3B4E2 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F3B4E2 is #0C4B1D. Grayscale: #CBCBCB. Windows color (decimal): -805662 or 14857459. OLE color: 14857459.

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

Color convert

RGB243180226-
CMYK00.260.070.05
HSL316.19º72.41%82.94%-
HSV(B)316.19º25.93%95.29%-
XYZ67.0157.1979.46-
YUV204.08140.37155.76-

RGB Variations

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

RGB

RED value IS 243 (95.31% from 255) = 37.44%
GREEN value IS 180 (70.70% from 255) = 27.73%
BLUE value IS 226 (88.67% from 255) = 34.82%
R=37.44%
G=27.73%
B=34.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.07
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24318022600.260.070.05316.1972.4182.94
HexF3B4E201A7513c4853
Octal36326434203275474110123
Binary11110011101101001110001001101011110110011110010010001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F3B4E2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F3B4E2; }

 p { color: rgb(243,180,226); }

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

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

 a { background-color: rgb(243,180,226); }

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

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

 span { border-color: rgb(243,180,226); }

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