#F4ACD0

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

Shades of Lavender Pink #F4ACD0

Tints of Lavender Pink #F4ACD0

Color information

#F4ACD0 (or 0xF4ACD0) is unknown color: approx Lavender Pink. HEX triplet: F4, AC and D0. RGB value is (244,172,208). Sum of RGB (Red+Green+Blue) = 244+172+208=624 (82% of max value = 765). Red value is 244 (95.70% from 255 or 39.10% from 624); Green value is 172 (67.58% from 255 or 27.56% from 624); Blue value is 208 (81.64% from 255 or 33.33% from 624); Max value from RGB is 244 - color contains mainly: red. Hex color #F4ACD0 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F4ACD0 is #0B532F. Grayscale: #C5C5C5. Windows color (decimal): -742192 or 13675764. OLE color: 13675764.

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

Color convert

RGB244172208-
CMYK00.300.150.04
HSL330º76.6%81.57%-
HSV(B)330º29.51%95.69%-
XYZ63.4553.2966.62-
YUV197.63133.85161.07-

RGB Variations

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

RGB

RED value IS 244 (95.70% from 255) = 39.10%
GREEN value IS 172 (67.58% from 255) = 27.56%
BLUE value IS 208 (81.64% from 255) = 33.33%
R=39.10%
G=27.56%
B=33.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.15
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24417220800.300.150.0433076.681.57
HexF4ACD001EF414a4d52
Octal364254320036174512115122
Binary111101001010110011010000011110111110010100101010011011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F4ACD0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F4ACD0; }

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

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

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

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

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

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

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

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