#F3ABED

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

Shades of Lavender Rose #F3ABED

Tints of Lavender Rose #F3ABED

Color information

#F3ABED (or 0xF3ABED) is unknown color: approx Lavender Rose. HEX triplet: F3, AB and ED. RGB value is (243,171,237). Sum of RGB (Red+Green+Blue) = 243+171+237=651 (86% of max value = 765). Red value is 243 (95.31% from 255 or 37.33% from 651); Green value is 171 (67.19% from 255 or 26.27% from 651); Blue value is 237 (92.97% from 255 or 36.41% from 651); Max value from RGB is 243 - color contains mainly: red. Hex color #F3ABED is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F3ABED is #0C5412. Grayscale: #C7C7C7. Windows color (decimal): -807955 or 15576051. OLE color: 15576051.

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

Color convert

RGB243171237-
CMYK00.300.020.05
HSL305º75%81.18%-
HSV(B)305º29.63%95.29%-
XYZ66.8154.2987.08-
YUV200.05148.85158.63-

RGB Variations

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

RGB

RED value IS 243 (95.31% from 255) = 37.33%
GREEN value IS 171 (67.19% from 255) = 26.27%
BLUE value IS 237 (92.97% from 255) = 36.41%
R=37.33%
G=26.27%
B=36.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.02
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24317123700.300.020.053057581.18
HexF3ABED01E251314b51
Octal36325335503625461113121
Binary1111001110101011111011010111101010110011000110010111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F3ABED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F3ABED; }

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

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

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

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

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

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

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

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