#F4ACDA

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

Shades of Lavender Pink #F4ACDA

Tints of Lavender Pink #F4ACDA

Color information

#F4ACDA (or 0xF4ACDA) is unknown color: approx Lavender Pink. HEX triplet: F4, AC and DA. RGB value is (244,172,218). Sum of RGB (Red+Green+Blue) = 244+172+218=634 (83% of max value = 765). Red value is 244 (95.70% from 255 or 38.49% from 634); Green value is 172 (67.58% from 255 or 27.13% from 634); Blue value is 218 (85.55% from 255 or 34.38% from 634); Max value from RGB is 244 - color contains mainly: red. Hex color #F4ACDA is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F4ACDA is #0B5325. Grayscale: #C6C6C6. Windows color (decimal): -742182 or 14331124. OLE color: 14331124.

HSL color Cylindrical-coordinate representation of color #F4ACDA: hue angle of 321.67º degrees, saturation: 0.77, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #F4ACDA is Cyan = 0, Magento = 0.30, Yellow = 0.11 and Black (K on CMYK) = 0.04.

Color convert

RGB244172218-
CMYK00.300.110.04
HSL321.67º76.6%81.57%-
HSV(B)321.67º29.51%95.69%-
XYZ64.7253.873.3-
YUV198.77138.85160.26-

RGB Variations

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

RGB

RED value IS 244 (95.70% from 255) = 38.49%
GREEN value IS 172 (67.58% from 255) = 27.13%
BLUE value IS 218 (85.55% from 255) = 34.38%
R=38.49%
G=27.13%
B=34.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.11
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24417221800.300.110.04321.6776.681.57
HexF4ACDA01EB41424d52
Octal364254332036134502115122
Binary111101001010110011011010011110101110010100001010011011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F4ACDA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F4ACDA; }

 p { color: rgb(244,172,218); }

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

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

 a { background-color: rgb(244,172,218); }

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

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

 span { border-color: rgb(244,172,218); }

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