#F6ACF5

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

Shades of Lavender Rose #F6ACF5

Tints of Lavender Rose #F6ACF5

Color information

#F6ACF5 (or 0xF6ACF5) is unknown color: approx Lavender Rose. HEX triplet: F6, AC and F5. RGB value is (246,172,245). Sum of RGB (Red+Green+Blue) = 246+172+245=663 (87% of max value = 765). Red value is 246 (96.48% from 255 or 37.10% from 663); Green value is 172 (67.58% from 255 or 25.94% from 663); Blue value is 245 (96.09% from 255 or 36.95% from 663); Max value from RGB is 246 - color contains mainly: red. Hex color #F6ACF5 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F6ACF5 is #09530A. Grayscale: #CACACA. Windows color (decimal): -611083 or 16100598. OLE color: 16100598.

HSL color Cylindrical-coordinate representation of color #F6ACF5: hue angle of 300.81º degrees, saturation: 0.8, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #F6ACF5 is Cyan = 0, Magento = 0.30, Yellow = 0.00 and Black (K on CMYK) = 0.04.

Color convert

RGB246172245-
CMYK00.300.000.04
HSL300.81º80.43%81.96%-
HSV(B)300.81º30.08%96.47%-
XYZ69.2455.6993.49-
YUV202.45152.02159.06-

RGB Variations

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

RGB

RED value IS 246 (96.48% from 255) = 37.10%
GREEN value IS 172 (67.58% from 255) = 25.94%
BLUE value IS 245 (96.09% from 255) = 36.95%
R=37.10%
G=25.94%
B=36.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.00
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24617224500.300.000.04300.8180.4381.96
HexF6ACF501E0412d5052
Octal36625436503604455120122
Binary111101101010110011110101011110010010010110110100001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F6ACF5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F6ACF5; }

 p { color: rgb(246,172,245); }

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

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

 a { background-color: rgb(246,172,245); }

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

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

 span { border-color: rgb(246,172,245); }

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