#F7ACDF

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

Shades of Lavender Rose #F7ACDF

Tints of Lavender Rose #F7ACDF

Color information

#F7ACDF (or 0xF7ACDF) is unknown color: approx Lavender Rose. HEX triplet: F7, AC and DF. RGB value is (247,172,223). Sum of RGB (Red+Green+Blue) = 247+172+223=642 (85% of max value = 765). Red value is 247 (96.88% from 255 or 38.47% from 642); Green value is 172 (67.58% from 255 or 26.79% from 642); Blue value is 223 (87.5% from 255 or 34.74% from 642); Max value from RGB is 247 - color contains mainly: red. Hex color #F7ACDF is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F7ACDF is #085320. Grayscale: #C8C8C8. Windows color (decimal): -545569 or 14658807. OLE color: 14658807.

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

Color convert

RGB247172223-
CMYK00.300.100.03
HSL319.2º82.42%82.16%-
HSV(B)319.2º30.36%96.86%-
XYZ66.4354.6176.85-
YUV200.24140.85161.35-

RGB Variations

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

RGB

RED value IS 247 (96.88% from 255) = 38.47%
GREEN value IS 172 (67.58% from 255) = 26.79%
BLUE value IS 223 (87.5% from 255) = 34.74%
R=38.47%
G=26.79%
B=34.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.10
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal24717222300.300.100.03319.282.4282.16
HexF7ACDF01EA313f5252
Octal367254337036123477122122
Binary11110111101011001101111101111010101110011111110100101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F7ACDF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F7ACDF; }

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

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

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

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

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

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

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

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