#F4AECF

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

Shades of Lavender Pink #F4AECF

Tints of Lavender Pink #F4AECF

Color information

#F4AECF (or 0xF4AECF) is unknown color: approx Lavender Pink. HEX triplet: F4, AE and CF. RGB value is (244,174,207). Sum of RGB (Red+Green+Blue) = 244+174+207=625 (82% of max value = 765). Red value is 244 (95.70% from 255 or 39.04% from 625); Green value is 174 (68.36% from 255 or 27.84% from 625); Blue value is 207 (81.25% from 255 or 33.12% from 625); Max value from RGB is 244 - color contains mainly: red. Hex color #F4AECF is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F4AECF is #0B5130. Grayscale: #C6C6C6. Windows color (decimal): -741681 or 13610740. OLE color: 13610740.

HSL color Cylindrical-coordinate representation of color #F4AECF: hue angle of 331.71º degrees, saturation: 0.76, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #F4AECF is Cyan = 0, Magento = 0.29, Yellow = 0.15 and Black (K on CMYK) = 0.04.

Color convert

RGB244174207-
CMYK00.290.150.04
HSL331.71º76.09%81.96%-
HSV(B)331.71º28.69%95.69%-
XYZ63.7154.0166.1-
YUV198.69132.69160.32-

RGB Variations

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

RGB

RED value IS 244 (95.70% from 255) = 39.04%
GREEN value IS 174 (68.36% from 255) = 27.84%
BLUE value IS 207 (81.25% from 255) = 33.12%
R=39.04%
G=27.84%
B=33.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.15
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24417420700.290.150.04331.7176.0981.96
HexF4AECF01DF414c4c52
Octal364256317035174514114122
Binary111101001010111011001111011101111110010100110010011001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F4AECF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F4AECF; }

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

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

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

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

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

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

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

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