#F3B4E3

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

Shades of Lavender Rose #F3B4E3

Tints of Lavender Rose #F3B4E3

Color information

#F3B4E3 (or 0xF3B4E3) is unknown color: approx Lavender Rose. HEX triplet: F3, B4 and E3. RGB value is (243,180,227). Sum of RGB (Red+Green+Blue) = 243+180+227=650 (86% of max value = 765). Red value is 243 (95.31% from 255 or 37.38% from 650); Green value is 180 (70.70% from 255 or 27.69% from 650); Blue value is 227 (89.06% from 255 or 34.92% from 650); Max value from RGB is 243 - color contains mainly: red. Hex color #F3B4E3 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F3B4E3 is #0C4B1C. Grayscale: #CCCCCC. Windows color (decimal): -805661 or 14922995. OLE color: 14922995.

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

Color convert

RGB243180227-
CMYK00.260.070.05
HSL315.24º72.41%82.94%-
HSV(B)315.24º25.93%95.29%-
XYZ67.1557.2480.18-
YUV204.2140.87155.68-

RGB Variations

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

RGB

RED value IS 243 (95.31% from 255) = 37.38%
GREEN value IS 180 (70.70% from 255) = 27.69%
BLUE value IS 227 (89.06% from 255) = 34.92%
R=37.38%
G=27.69%
B=34.92%

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
Decimal24318022700.260.070.05315.2472.4182.94
HexF3B4E301A7513b4853
Octal36326434303275473110123
Binary11110011101101001110001101101011110110011101110010001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F3B4E3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F3B4E3; }

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

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

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

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

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

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

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

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