#F7AECF

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

Shades of Lavender Pink #F7AECF

Tints of Lavender Pink #F7AECF

Color information

#F7AECF (or 0xF7AECF) is unknown color: approx Lavender Pink. HEX triplet: F7, AE and CF. RGB value is (247,174,207). Sum of RGB (Red+Green+Blue) = 247+174+207=628 (83% of max value = 765). Red value is 247 (96.88% from 255 or 39.33% from 628); Green value is 174 (68.36% from 255 or 27.71% from 628); Blue value is 207 (81.25% from 255 or 32.96% from 628); Max value from RGB is 247 - color contains mainly: red. Hex color #F7AECF is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F7AECF is #085130. Grayscale: #C7C7C7. Windows color (decimal): -545073 or 13610743. OLE color: 13610743.

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

Color convert

RGB247174207-
CMYK00.300.160.03
HSL332.88º82.02%82.55%-
HSV(B)332.88º29.55%96.86%-
XYZ64.7654.5566.15-
YUV199.59132.18161.82-

RGB Variations

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

RGB

RED value IS 247 (96.88% from 255) = 39.33%
GREEN value IS 174 (68.36% from 255) = 27.71%
BLUE value IS 207 (81.25% from 255) = 32.96%
R=39.33%
G=27.71%
B=32.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.16
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal24717420700.300.160.03332.8882.0282.55
HexF7AECF01E10314d5253
Octal367256317036203515122123
Binary111101111010111011001111011110100001110100110110100101010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F7AECF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F7AECF; }

 p { color: rgb(247,174,207); }

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

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

 a { background-color: rgb(247,174,207); }

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

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

 span { border-color: rgb(247,174,207); }

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