#F3B3F0

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

Shades of Lavender Rose #F3B3F0

Tints of Lavender Rose #F3B3F0

Color information

#F3B3F0 (or 0xF3B3F0) is unknown color: approx Lavender Rose. HEX triplet: F3, B3 and F0. RGB value is (243,179,240). Sum of RGB (Red+Green+Blue) = 243+179+240=662 (87% of max value = 765). Red value is 243 (95.31% from 255 or 36.71% from 662); Green value is 179 (70.31% from 255 or 27.04% from 662); Blue value is 240 (94.14% from 255 or 36.25% from 662); Max value from RGB is 243 - color contains mainly: red. Hex color #F3B3F0 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F3B3F0 is #0C4C0F. Grayscale: #CCCCCC. Windows color (decimal): -805904 or 15774707. OLE color: 15774707.

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

Color convert

RGB243179240-
CMYK00.260.010.05
HSL302.81º72.73%82.75%-
HSV(B)302.81º26.34%95.29%-
XYZ68.8157.5989.93-
YUV205.09147.7155.04-

RGB Variations

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

RGB

RED value IS 243 (95.31% from 255) = 36.71%
GREEN value IS 179 (70.31% from 255) = 27.04%
BLUE value IS 240 (94.14% from 255) = 36.25%
R=36.71%
G=27.04%
B=36.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.01
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24317924000.260.010.05302.8172.7382.75
HexF3B3F001A1512f4953
Octal36326336003215457111123
Binary111100111011001111110000011010110110010111110010011010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F3B3F0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F3B3F0; }

 p { color: rgb(243,179,240); }

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

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

 a { background-color: rgb(243,179,240); }

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

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

 span { border-color: rgb(243,179,240); }

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