#F3ABF0

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

Shades of Lavender Rose #F3ABF0

Tints of Lavender Rose #F3ABF0

Color information

#F3ABF0 (or 0xF3ABF0) is unknown color: approx Lavender Rose. HEX triplet: F3, AB and F0. RGB value is (243,171,240). Sum of RGB (Red+Green+Blue) = 243+171+240=654 (86% of max value = 765). Red value is 243 (95.31% from 255 or 37.16% from 654); Green value is 171 (67.19% from 255 or 26.15% from 654); Blue value is 240 (94.14% from 255 or 36.70% from 654); Max value from RGB is 243 - color contains mainly: red. Hex color #F3ABF0 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F3ABF0 is #0C540F. Grayscale: #C8C8C8. Windows color (decimal): -807952 or 15772659. OLE color: 15772659.

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

Color convert

RGB243171240-
CMYK00.300.010.05
HSL302.5º75%81.18%-
HSV(B)302.5º29.63%95.29%-
XYZ67.2554.4789.41-
YUV200.39150.35158.39-

RGB Variations

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

RGB

RED value IS 243 (95.31% from 255) = 37.16%
GREEN value IS 171 (67.19% from 255) = 26.15%
BLUE value IS 240 (94.14% from 255) = 36.70%
R=37.16%
G=26.15%
B=36.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.01
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24317124000.300.010.05302.57581.18
HexF3ABF001E1512e4b51
Octal36325336003615456113121
Binary111100111010101111110000011110110110010111010010111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F3ABF0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F3ABF0; }

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

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

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

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

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

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

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

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