#F7ACF5

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

Shades of Lavender Rose #F7ACF5

Tints of Lavender Rose #F7ACF5

Color information

#F7ACF5 (or 0xF7ACF5) is unknown color: approx Lavender Rose. HEX triplet: F7, AC and F5. RGB value is (247,172,245). Sum of RGB (Red+Green+Blue) = 247+172+245=664 (87% of max value = 765). Red value is 247 (96.88% from 255 or 37.20% from 664); Green value is 172 (67.58% from 255 or 25.90% from 664); Blue value is 245 (96.09% from 255 or 36.90% from 664); Max value from RGB is 247 - color contains mainly: red. Hex color #F7ACF5 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F7ACF5 is #08530A. Grayscale: #CACACA. Windows color (decimal): -545547 or 16100599. OLE color: 16100599.

HSL color Cylindrical-coordinate representation of color #F7ACF5: hue angle of 301.6º degrees, saturation: 0.82, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #F7ACF5 is Cyan = 0, Magento = 0.30, Yellow = 0.01 and Black (K on CMYK) = 0.03.

Color convert

RGB247172245-
CMYK00.300.010.03
HSL301.6º82.42%82.16%-
HSV(B)301.6º30.36%96.86%-
XYZ69.5955.8793.5-
YUV202.75151.85159.56-

RGB Variations

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

RGB

RED value IS 247 (96.88% from 255) = 37.20%
GREEN value IS 172 (67.58% from 255) = 25.90%
BLUE value IS 245 (96.09% from 255) = 36.90%
R=37.20%
G=25.90%
B=36.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.01
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal24717224500.300.010.03301.682.4282.16
HexF7ACF501E1312e5252
Octal36725436503613456122122
Binary11110111101011001111010101111011110010111010100101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F7ACF5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F7ACF5; }

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

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

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

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

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

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

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

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