#F4ACCC

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

Shades of Lavender Pink #F4ACCC

Tints of Lavender Pink #F4ACCC

Color information

#F4ACCC (or 0xF4ACCC) is unknown color: approx Lavender Pink. HEX triplet: F4, AC and CC. RGB value is (244,172,204). Sum of RGB (Red+Green+Blue) = 244+172+204=620 (82% of max value = 765). Red value is 244 (95.70% from 255 or 39.35% from 620); Green value is 172 (67.58% from 255 or 27.74% from 620); Blue value is 204 (80.08% from 255 or 32.90% from 620); Max value from RGB is 244 - color contains mainly: red. Hex color #F4ACCC is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F4ACCC is #0B5333. Grayscale: #C5C5C5. Windows color (decimal): -742196 or 13413620. OLE color: 13413620.

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

Color convert

RGB244172204-
CMYK00.300.160.04
HSL333.33º76.6%81.57%-
HSV(B)333.33º29.51%95.69%-
XYZ62.9653.164.06-
YUV197.18131.85161.4-

RGB Variations

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

RGB

RED value IS 244 (95.70% from 255) = 39.35%
GREEN value IS 172 (67.58% from 255) = 27.74%
BLUE value IS 204 (80.08% from 255) = 32.90%
R=39.35%
G=27.74%
B=32.90%

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
Decimal24417220400.300.160.04333.3376.681.57
HexF4ACCC01E10414d4d52
Octal364254314036204515115122
Binary1111010010101100110011000111101000010010100110110011011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F4ACCC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F4ACCC; }

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

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

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

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

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

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

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

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