#F6A4FB

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

Shades of Lavender Rose #F6A4FB

Tints of Lavender Rose #F6A4FB

Color information

#F6A4FB (or 0xF6A4FB) is unknown color: approx Lavender Rose. HEX triplet: F6, A4 and FB. RGB value is (246,164,251). Sum of RGB (Red+Green+Blue) = 246+164+251=661 (87% of max value = 765). Red value is 246 (96.48% from 255 or 37.22% from 661); Green value is 164 (64.45% from 255 or 24.81% from 661); Blue value is 251 (98.44% from 255 or 37.97% from 661); Max value from RGB is 251 - color contains mainly: blue. Hex color #F6A4FB is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F6A4FB is #095B04. Grayscale: #C6C6C6. Windows color (decimal): -613125 or 16491766. OLE color: 16491766.

HSL color Cylindrical-coordinate representation of color #F6A4FB: hue angle of 296.55º degrees, saturation: 0.92, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #F6A4FB is Cyan = 0.02, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB246164251-
CMYK0.020.3500.02
HSL296.55º91.58%81.37%-
HSV(B)296.55º34.66%98.43%-
XYZ68.6953.1197.9-
YUV198.44157.67161.93-

RGB Variations

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

RGB

RED value IS 246 (96.48% from 255) = 37.22%
GREEN value IS 164 (64.45% from 255) = 24.81%
BLUE value IS 251 (98.44% from 255) = 37.97%
R=37.22%
G=24.81%
B=37.97%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2461642510.020.3500.02296.5591.5881.37
HexF6A4FB223021295c51
Octal36624437324302451134121
Binary1111011010100100111110111010001101010010100110111001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F6A4FB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F6A4FB; }

 p { color: rgb(246,164,251); }

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

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

 a { background-color: rgb(246,164,251); }

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

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

 span { border-color: rgb(246,164,251); }

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