#F4ACCD

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

Shades of Lavender Pink #F4ACCD

Tints of Lavender Pink #F4ACCD

Color information

#F4ACCD (or 0xF4ACCD) is unknown color: approx Lavender Pink. HEX triplet: F4, AC and CD. RGB value is (244,172,205). Sum of RGB (Red+Green+Blue) = 244+172+205=621 (82% of max value = 765). Red value is 244 (95.70% from 255 or 39.29% from 621); Green value is 172 (67.58% from 255 or 27.70% from 621); Blue value is 205 (80.47% from 255 or 33.01% from 621); Max value from RGB is 244 - color contains mainly: red. Hex color #F4ACCD is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F4ACCD is #0B5332. Grayscale: #C5C5C5. Windows color (decimal): -742195 or 13479156. OLE color: 13479156.

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

Color convert

RGB244172205-
CMYK00.300.160.04
HSL332.5º76.6%81.57%-
HSV(B)332.5º29.51%95.69%-
XYZ63.0853.1564.69-
YUV197.29132.35161.32-

RGB Variations

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

RGB

RED value IS 244 (95.70% from 255) = 39.29%
GREEN value IS 172 (67.58% from 255) = 27.70%
BLUE value IS 205 (80.47% from 255) = 33.01%
R=39.29%
G=27.70%
B=33.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.16
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24417220500.300.160.04332.576.681.57
HexF4ACCD01E10414c4d52
Octal364254315036204514115122
Binary1111010010101100110011010111101000010010100110010011011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F4ACCD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F4ACCD; }

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

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

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

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

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

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

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

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