#F0ACCD

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

Shades of Lavender Pink #F0ACCD

Tints of Lavender Pink #F0ACCD

Color information

#F0ACCD (or 0xF0ACCD) is unknown color: approx Lavender Pink. HEX triplet: F0, AC and CD. RGB value is (240,172,205). Sum of RGB (Red+Green+Blue) = 240+172+205=617 (81% of max value = 765). Red value is 240 (94.14% from 255 or 38.90% from 617); Green value is 172 (67.58% from 255 or 27.88% from 617); Blue value is 205 (80.47% from 255 or 33.23% from 617); Max value from RGB is 240 - color contains mainly: red. Hex color #F0ACCD is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F0ACCD is #0F5332. Grayscale: #C4C4C4. Windows color (decimal): -1004339 or 13479152. OLE color: 13479152.

HSL color Cylindrical-coordinate representation of color #F0ACCD: hue angle of 330.88º degrees, saturation: 0.69, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #F0ACCD is Cyan = 0, Magento = 0.28, Yellow = 0.15 and Black (K on CMYK) = 0.06.

Color convert

RGB240172205-
CMYK00.280.150.06
HSL330.88º69.39%80.78%-
HSV(B)330.88º28.33%94.12%-
XYZ61.7152.4464.63-
YUV196.09133.03159.32-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 38.90%
GREEN value IS 172 (67.58% from 255) = 27.88%
BLUE value IS 205 (80.47% from 255) = 33.23%
R=38.90%
G=27.88%
B=33.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.15
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal24017220500.280.150.06330.8869.3980.78
HexF0ACCD01CF614b4551
Octal360254315034176513105121
Binary111100001010110011001101011100111111010100101110001011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F0ACCD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F0ACCD; }

 p { color: rgb(240,172,205); }

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

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

 a { background-color: rgb(240,172,205); }

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

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

 span { border-color: rgb(240,172,205); }

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