#F3ABDA

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

Shades of Lavender Rose #F3ABDA

Tints of Lavender Rose #F3ABDA

Color information

#F3ABDA (or 0xF3ABDA) is unknown color: approx Lavender Rose. HEX triplet: F3, AB and DA. RGB value is (243,171,218). Sum of RGB (Red+Green+Blue) = 243+171+218=632 (83% of max value = 765). Red value is 243 (95.31% from 255 or 38.45% from 632); Green value is 171 (67.19% from 255 or 27.06% from 632); Blue value is 218 (85.55% from 255 or 34.49% from 632); Max value from RGB is 243 - color contains mainly: red. Hex color #F3ABDA is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F3ABDA is #0C5425. Grayscale: #C5C5C5. Windows color (decimal): -807974 or 14330867. OLE color: 14330867.

HSL color Cylindrical-coordinate representation of color #F3ABDA: hue angle of 320.83º degrees, saturation: 0.75, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #F3ABDA is Cyan = 0, Magento = 0.30, Yellow = 0.10 and Black (K on CMYK) = 0.05.

Color convert

RGB243171218-
CMYK00.300.100.05
HSL320.83º75%81.18%-
HSV(B)320.83º29.63%95.29%-
XYZ64.1853.2473.22-
YUV197.89139.35160.18-

RGB Variations

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

RGB

RED value IS 243 (95.31% from 255) = 38.45%
GREEN value IS 171 (67.19% from 255) = 27.06%
BLUE value IS 218 (85.55% from 255) = 34.49%
R=38.45%
G=27.06%
B=34.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.10
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24317121800.300.100.05320.837581.18
HexF3ABDA01EA51414b51
Octal363253332036125501113121
Binary111100111010101111011010011110101010110100000110010111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F3ABDA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F3ABDA; }

 p { color: rgb(243,171,218); }

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

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

 a { background-color: rgb(243,171,218); }

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

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

 span { border-color: rgb(243,171,218); }

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