#F2AECF

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

Shades of Lavender Pink #F2AECF

Tints of Lavender Pink #F2AECF

Color information

#F2AECF (or 0xF2AECF) is unknown color: approx Lavender Pink. HEX triplet: F2, AE and CF. RGB value is (242,174,207). Sum of RGB (Red+Green+Blue) = 242+174+207=623 (82% of max value = 765). Red value is 242 (94.92% from 255 or 38.84% from 623); Green value is 174 (68.36% from 255 or 27.93% from 623); Blue value is 207 (81.25% from 255 or 33.23% from 623); Max value from RGB is 242 - color contains mainly: red. Hex color #F2AECF is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F2AECF is #0D5130. Grayscale: #C6C6C6. Windows color (decimal): -872753 or 13610738. OLE color: 13610738.

HSL color Cylindrical-coordinate representation of color #F2AECF: hue angle of 330.88º degrees, saturation: 0.72, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #F2AECF is Cyan = 0, Magento = 0.28, Yellow = 0.14 and Black (K on CMYK) = 0.05.

Color convert

RGB242174207-
CMYK00.280.140.05
HSL330.88º72.34%81.57%-
HSV(B)330.88º28.1%94.9%-
XYZ63.0253.6566.07-
YUV198.09133.03159.32-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 38.84%
GREEN value IS 174 (68.36% from 255) = 27.93%
BLUE value IS 207 (81.25% from 255) = 33.23%
R=38.84%
G=27.93%
B=33.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.14
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24217420700.280.140.05330.8872.3481.57
HexF2AECF01CE514b4852
Octal362256317034165513110122
Binary111100101010111011001111011100111010110100101110010001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F2AECF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F2AECF; }

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

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

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

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

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

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

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

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