#FFAECF

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

Shades of Lavender Pink #FFAECF

Tints of Lavender Pink #FFAECF

Color information

#FFAECF (or 0xFFAECF) is unknown color: approx Lavender Pink. HEX triplet: FF, AE and CF. RGB value is (255,174,207). Sum of RGB (Red+Green+Blue) = 255+174+207=636 (84% of max value = 765). Red value is 255 (100% from 255 or 40.09% from 636); Green value is 174 (68.36% from 255 or 27.36% from 636); Blue value is 207 (81.25% from 255 or 32.55% from 636); Max value from RGB is 255 - color contains mainly: red. Hex color #FFAECF is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FFAECF is #005130. Grayscale: #C9C9C9. Windows color (decimal): -20785 or 13610751. OLE color: 13610751.

HSL color Cylindrical-coordinate representation of color #FFAECF: hue angle of 335.56º degrees, saturation: 1, lightness: 0.84%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #FFAECF is Cyan = 0, Magento = 0.32, Yellow = 0.19 and Black (K on CMYK) = 0.

Color convert

RGB255174207-
CMYK00.320.190
HSL335.56º100%84.12%-
HSV(B)335.56º31.76%100%-
XYZ67.6456.0466.28-
YUV201.98130.84165.82-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 40.09%
GREEN value IS 174 (68.36% from 255) = 27.36%
BLUE value IS 207 (81.25% from 255) = 32.55%
R=40.09%
G=27.36%
B=32.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.19
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25517420700.320.190335.5610084.12
HexFFAECF0201301506454
Octal377256317040230520144124
Binary111111111010111011001111010000010011010101000011001001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFAECF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFAECF; }

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

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

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

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

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

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

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

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