#F7ACF4

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

Shades of Lavender Rose #F7ACF4

Tints of Lavender Rose #F7ACF4

Color information

#F7ACF4 (or 0xF7ACF4) is unknown color: approx Lavender Rose. HEX triplet: F7, AC and F4. RGB value is (247,172,244). Sum of RGB (Red+Green+Blue) = 247+172+244=663 (87% of max value = 765). Red value is 247 (96.88% from 255 or 37.25% from 663); Green value is 172 (67.58% from 255 or 25.94% from 663); Blue value is 244 (95.70% from 255 or 36.80% from 663); Max value from RGB is 247 - color contains mainly: red. Hex color #F7ACF4 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F7ACF4 is #08530B. Grayscale: #CACACA. Windows color (decimal): -545548 or 16035063. OLE color: 16035063.

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

Color convert

RGB247172244-
CMYK00.300.010.03
HSL302.4º82.42%82.16%-
HSV(B)302.4º30.36%96.86%-
XYZ69.4455.8192.7-
YUV202.63151.35159.65-

RGB Variations

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

RGB

RED value IS 247 (96.88% from 255) = 37.25%
GREEN value IS 172 (67.58% from 255) = 25.94%
BLUE value IS 244 (95.70% from 255) = 36.80%
R=37.25%
G=25.94%
B=36.80%

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
Decimal24717224400.300.010.03302.482.4282.16
HexF7ACF401E1312e5252
Octal36725436403613456122122
Binary11110111101011001111010001111011110010111010100101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F7ACF4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F7ACF4; }

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

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

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

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

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

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

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

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