#FFACCF

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

Shades of Lavender Pink #FFACCF

Tints of Lavender Pink #FFACCF

Color information

#FFACCF (or 0xFFACCF) is unknown color: approx Lavender Pink. HEX triplet: FF, AC and CF. RGB value is (255,172,207). Sum of RGB (Red+Green+Blue) = 255+172+207=634 (83% of max value = 765). Red value is 255 (100% from 255 or 40.22% from 634); Green value is 172 (67.58% from 255 or 27.13% from 634); Blue value is 207 (81.25% from 255 or 32.65% from 634); Max value from RGB is 255 - color contains mainly: red. Hex color #FFACCF is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FFACCF is #005330. Grayscale: #C8C8C8. Windows color (decimal): -21297 or 13610239. OLE color: 13610239.

HSL color Cylindrical-coordinate representation of color #FFACCF: hue angle of 334.7º degrees, saturation: 1, lightness: 0.84%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #FFACCF is Cyan = 0, Magento = 0.33, Yellow = 0.19 and Black (K on CMYK) = 0.

Color convert

RGB255172207-
CMYK00.330.190
HSL334.7º100%83.73%-
HSV(B)334.7º32.55%100%-
XYZ67.2655.2766.15-
YUV200.81131.5166.65-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 40.22%
GREEN value IS 172 (67.58% from 255) = 27.13%
BLUE value IS 207 (81.25% from 255) = 32.65%
R=40.22%
G=27.13%
B=32.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.19
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25517220700.330.190334.710083.73
HexFFACCF02113014f6454
Octal377254317041230517144124
Binary111111111010110011001111010000110011010100111111001001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFACCF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFACCF; }

 p { color: rgb(255,172,207); }

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

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

 a { background-color: rgb(255,172,207); }

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

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

 span { border-color: rgb(255,172,207); }

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