#F4AEDB

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

Shades of Lavender Pink #F4AEDB

Tints of Lavender Pink #F4AEDB

Color information

#F4AEDB (or 0xF4AEDB) is unknown color: approx Lavender Pink. HEX triplet: F4, AE and DB. RGB value is (244,174,219). Sum of RGB (Red+Green+Blue) = 244+174+219=637 (84% of max value = 765). Red value is 244 (95.70% from 255 or 38.30% from 637); Green value is 174 (68.36% from 255 or 27.32% from 637); Blue value is 219 (85.94% from 255 or 34.38% from 637); Max value from RGB is 244 - color contains mainly: red. Hex color #F4AEDB is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F4AEDB is #0B5124. Grayscale: #C7C7C7. Windows color (decimal): -741669 or 14397172. OLE color: 14397172.

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

Color convert

RGB244174219-
CMYK00.290.100.04
HSL321.43º76.09%81.96%-
HSV(B)321.43º28.69%95.69%-
XYZ65.2354.6274.12-
YUV200.06138.69159.34-

RGB Variations

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

RGB

RED value IS 244 (95.70% from 255) = 38.30%
GREEN value IS 174 (68.36% from 255) = 27.32%
BLUE value IS 219 (85.94% from 255) = 34.38%
R=38.30%
G=27.32%
B=34.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.10
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24417421900.290.100.04321.4376.0981.96
HexF4AEDB01DA41414c52
Octal364256333035124501114122
Binary111101001010111011011011011101101010010100000110011001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F4AEDB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F4AEDB; }

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

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

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

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

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

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

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

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